Skip to content

Smoothing mode#244

Draft
dhendryc wants to merge 169 commits into
mip-comp-changesfrom
smoothing-mode
Draft

Smoothing mode#244
dhendryc wants to merge 169 commits into
mip-comp-changesfrom
smoothing-mode

Conversation

@dhendryc

@dhendryc dhendryc commented Aug 5, 2025

Copy link
Copy Markdown
Member

No description provided.

@dhendryc dhendryc marked this pull request as draft August 6, 2025 11:10
dhendryc and others added 19 commits August 6, 2025 15:50
* Fail test suite as soon as an error occurs.

* Use chosen line search also in the postsolve.

* Add Suppressor to suppress warnings from Frank-Wolfe.

* Running Formatter.
* Birkhoff BLMO.

* Rename example.

* Simple test example.

* Some fixes.

* Update dependencies.

* Minor fix.

* Sparse vertices support.

* Remove debug statement.

* Not fixing type in if statement.

* Check all three values.

* Branch callback.

* Depending on the branching callback don't branch.

* Minor fix.

* Minor fix.

* Inquality sign was the wrong way.

* Formatter changes.

* Add docu for the branch-callbank.

* Tightening initial start fw epsilon.

* Formatter changes.
* Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Give github action write access to gh-pages branch.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deborah Hendrych <d.hendrych@web.de>
* Return both the status enum and the status string.

* Adapt test to the change.
…node even though incumbent and primal value are not the same.
dhendryc and others added 30 commits March 27, 2026 17:31
* add BDICG and tests

* format

* minor fix

* minor fix in tests

* Revert "minor fix in tests"

This reverts commit 3a8ab8b.

* refactor DI variants starting point

* format action

* format action

* minor fix

* add tests in example and minor fix
* empty draft

* add depth-first-traverse

* format

* add traverse strategies tests

* update Project.toml

* update Project.toml

* keep the same type for undefined Id

* Remove print and verbose

* Update test/traverse_strategy_test.jl

* minor fix

* renamed to BiasedDepthFirstSearch

* minor fix

* minor fix in tests

* fix callback for closed nodes

* format

* fix when tree.nodes is empty

* fix the empty condition

* minor fix

---------

Co-authored-by: matbesancon <mathieu.besancon@gmail.com>
* Use FrankWolfe BoxLMO and ZeroOneHypercubeLMO.

* Syntax adaption from the BoxLMO.

* Support FrankWolfe.UnitSimplexLMO directly.

* Probability simplex.

* Formatter check.

* Minor fix.§

* Contribution guide lines.

* Fix piracy issue.

* Add seed information.

* Restore the CubeLMO but mark it as deprecated. It will be replaced in the midterm by BoxLMO.

* Formatter.

* minor change.
* print the source of solution

* typo

* retrieve directly from incumbent
* add in-face LMO track

* format

* keep track of lmo times
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants