-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleared features now in 1.9.0
- Loading branch information
Showing
1 changed file
with
0 additions
and
13 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,16 +1,3 @@ | ||
## Build changes | ||
|
||
Python: Source Distribution update, added to PyPI | ||
|
||
## Code changes | ||
|
||
HiGHS now handles multiple linear objectives by either blending using weights, or performing lexicographic optimization: see https://ergo-code.github.io/HiGHS/stable/guide/further/#guide-multi-objective-optimization | ||
|
||
Fixed minor bug in bound checking in presolve | ||
|
||
Fixed bug in `floor(HighsCDouble x)` and `ceil(HighsCDouble x)` when argument is small | ||
|
||
Added some sanity checks to Highs::writeLocalModel to prevent segfaults if called directly by a user | ||
|
||
|
||
|