-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release 0.5 * Apply suggestions from code review
- Loading branch information
Showing
3 changed files
with
32 additions
and
8 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,7 +1,29 @@ | ||
# Coluna 0.4.2 Release notes | ||
# Coluna 0.5.0 Release notes | ||
|
||
- new implementation of the solution pool that leads to significant improvements for columns insertion in column generation | ||
This release is a major update of the algorithms. | ||
From now on, we will release new versions more frequently. | ||
|
||
- specific error for "unexpected variable state" error to allow developers to debug | ||
their code (see `ColumnAlreadyInsertedColGenError` struct). | ||
In the `Algorithm` submodule: | ||
|
||
- Interface & generic implementation for the tree search algorithm; default implementation of a branch & bound; documentation | ||
- Simplified interface for storages; documentation | ||
- Interface & generic implementation for the branching algorithm; interface & default implementation for the strong branching; documentation | ||
- Preparation of the conquer algorithm refactoring | ||
- Preparation of the column generation algorithm refactoring | ||
- Preparation of the refactoring of the algorithms calling the subsolver | ||
- End of development of the Preprocessing algorithm (no unit tests and had bugs); it will be replaced by the Presolve algorithm that does not work | ||
- Increase of the reduced cost tolerance in the column generation algorithm | ||
- Separation of algorithm and printing logic | ||
- Various bug fixes | ||
|
||
|
||
In the `MathProg` submodule: | ||
|
||
- `VarIds` & `ConstrIds` are subtype of Integer so we can use them as indices of sparse vectors and arrays | ||
- Solution are stored in sparse array from `SparseArrays` (not a packed memory array from `DynamicSparseArray` anymore because the solution is static) | ||
|
||
|
||
Other: | ||
|
||
- Documentation of dynamic sparse arrays | ||
- Support of expressions in BlockDecomposition |
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
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
e020dbf
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
e020dbf
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/69578
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: