-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
# Coluna 0.4.0 Release notes | ||
# Coluna 0.4.2 Release notes | ||
|
||
Major update of the MOI wrapper and various bugfixes. | ||
## Changes | ||
- new implementation of the solution pool that leads to significant improvements for columns insertion in column generation | ||
|
||
### Pricing callback API | ||
- specific error for "unexpected variable state" error to allow developers to debug | ||
their code (see `ColumnAlreadyInsertedColGenError` struct). | ||
|
||
The pricing callback has to transmit the dual bound which is use to compute the contribution of the subproblem to the lagrangian bound in column generation. | ||
|
||
```julia | ||
MOI.submit(model, BlockDecomposition.PricingDualBound(cbdata), db) | ||
``` | ||
|
||
Moreover, it's not possible to retrieve the column generation stage from the callback data anymore. | ||
|
||
|
||
## Dep updates | ||
|
||
- BlockDecomposition -> v1.7 | ||
- MOI -> 1 | ||
|
||
|
||
## Removed | ||
|
||
- Specific treatement of single variable constraint of a formulation in `MathProg`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8d776fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
8d776fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/64148
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: