Skip to content

Releases: scipopt/SCIPpp

1.2.0

21 May 14:43
bb9f30d
Compare
Choose a tag to compare

Changed:

  • PR20 LinExpr can be constructed from any arithmetic type without
    requiring a static_cast.

Added:

  • PR22 Add Model::getSolvingStatistic.
  • PR18 Add Var::isVoid.

Deprecated:

  • PR22
    Model::getPrimalbound(), use Model::getSolvingStatistic(statistics::PRIMALBOUND) instead.

What's Changed

  • Require GCC 8 and AppleClang 11 due to the usage of std::filesystem by @hedtke in #15
  • Add Var::isVoid by @hedtke in #18
  • Allow the construction of constant linear expressions without narrowing warnings by @hedtke in #20
  • Add possibility to query solving statistics by @hedtke in #22
  • Update dependencies by @hedtke in #25

Full Changelog: 1.1.0...1.2.0

v1.1.0

15 Oct 19:40
8913d97
Compare
Choose a tag to compare

Add writeOrigProblem, numeric methods and update to SCIP 8.0.4

v1.0.2

12 Aug 15:04
452c66d
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/scipopt/SCIPpp/blob/main/changelog.md

v1.0.1

10 Aug 13:18
6e28f16
Compare
Choose a tag to compare

What's Changed

  • Set minimum CMake version to 3.15.7 by @hedtke in #6
  • Add missing attributes to conanfile.py by @hedtke in #6

Full Changelog: 1.0.0...1.0.1

v1.0.0

09 Aug 14:00
485a17f
Compare
Choose a tag to compare

What's Changed

Initial release

New Contributors

Full Changelog: https://github.com/scipopt/SCIPpp/blob/main/changelog.md