-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1698 from ERGO-Code/fix-1697
Moved pdlp_iteration_count to last data member of HighsCallbackDataOut
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 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,13 +1,21 @@ | ||
### Build changes | ||
|
||
## HiGHS on nixpkgs | ||
|
||
HiGHS now has a `flake.nix` to build the binary, allowing `nix` users to try it out | ||
|
||
#### Python build update | ||
## Python build update | ||
|
||
Highspy with setuptools from v1.7.0 only worked on Python 3.12 | ||
For v1.7.0 we have dropped setuptools and switched to scikit-build-core | ||
|
||
#### Windows versions | ||
## Windows versions | ||
|
||
Fixed version info of shared library | ||
Added version info to executable | ||
Added version info to executable | ||
|
||
### Code changes | ||
|
||
Inserting `pdlp_iteration_count` into various structs (for v1.7.0) breaks the C API, so it has been moved to the end of those structs | ||
|
||
|
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