Skip to content

Releases: scipopt/PySCIPOpt

v6.0.0 - Support for SCIP 10

28 Nov 17:22
bcbfd62

Choose a tag to compare

We’re excited to announce a new release of PySCIPOpt adding compatibility with SCIP 10, the latest major version 🚀

The main features include support for finding IIS (Irreducible Infeasible Systems), and the possibility to solve your problem in Exact mode, without floating point precisions. You can now also use the writeStatisticsJson to get the run statistics in a json format.

Here is a list of changes:

Added

  • Added support for IIS - Irreducible Inconsistent Subsystems
  • Added 4 new events: TYPECHANGED, IMPLTYPECHANGED, DUALBOUNDIMPROVED, GAPUPDATED.
  • Support for new implied integrality
  • Wrapped varIsBinary(), varIsIntegral(), varIsImpliedIntegral(), varIsNonImpliedIntegral(), varGetImplType()
  • Interfaced some exact SCIP methods
  • wrapped SCIPprintStatisticsJson

Fixed

Changed

Removed

  • Removed methods chgAndConsCheckFlagWhenUpgr, chgAndConsRemovableFlagWhenUpgr

v5.7.1

17 Nov 13:28
1d902af

Choose a tag to compare

To correct mismatch between PyPi and Github versions.

v5.7.0

17 Nov 10:57
bcde1df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.0...v5.7.0

v5.6.0

26 Aug 14:10
c681f94

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0

10 May 10:42
01e2354

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.1...v5.5.0

v5.4.1

25 Feb 17:04
6ac9397

Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.4.1

v5.4.0

25 Feb 13:13
a0165ec

Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.4.0

v5.3.0

07 Feb 17:38
193445f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.1...v5.3.0

v5.2.1

14 Nov 11:44
c746604

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.2.1

v5.1.1

23 Jun 07:13
c405187

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.1.1