The format is based on Keep a Changelog, and this project adheres to Semantic Versioning since its version 1.0.0.
- PR27 Update to SCIP 9.2.0.
- PR28 Add
Var::getVar
.
1.2.0 - 2024-05-21
- PR20
LinExpr
can be constructed from any arithmetic type without requiring astatic_cast
.
- PR22
Model::getPrimalbound()
, useModel::getSolvingStatistic(statistics::PRIMALBOUND)
instead.
1.1.0 - 2023-10-15
- PR14 Using SCIP 8.0.4 now.
- PR12
Expose SCIP counterparts via
Model::epsilon
,Model::round
, andModel::isZero
. - PR11
IO methods
Model::writeOrigProblem
to write a model to a file or standard output.
- PR12 Added more const-correctness
1.0.2 - 2023-08-12
- PR7 Export symbols on Windows.
1.0.1 - 2023-08-10
- PR6
Added attributes
description
,package_type
,topics
,license
, andhomepage
toconanfile.py
.
- PR6 Downgraded minimum CMake version from 3.16 to 3.15.7
1.0.0 - 2023-08-09
Initial release