Skip to content

Releases: scipopt/PySCIPOpt

v5.1.1

23 Jun 07:13
c405187
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v5.0.1

05 May 08:22
6a17c96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

05 May 08:17
4e00611
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v5.0.0

v4.4.0

06 Dec 08:07
0b6bb13
Compare
Choose a tag to compare

Changelog

Added

  • Added all event types and tests for checking them
  • Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars
  • Added SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear
  • Added SCIP function SCIPgetSolTime and wrapper getSolTime
  • Added convenience methods relax and getVarDict
  • Added SCIP functions hasPrimalRay, getPrimalRay, getPrimalRayVal

Fixed

  • Fixed mistake with outdated values for several enums
  • Correctly set result, lowerbound in PyRelaxExec
  • Fixed typo in documentation of chgRhs
  • Pricer plugin fundamental callbacks now raise an error if not implemented
  • Brachrule plugin fundamental callbacks now raise an error if not implemented
  • Fixed segmentation fault when accessing the Solution class directly
  • Changed getSols so that it prints solutions in terms of the original variables
  • Fixed error message in _checkStage

Changed

  • Made it so SCIP macros are used directly, instead of being manually inputted.
  • Improved error message when using < or > instead of <= or >=

Removed

  • Removed double declaration of SCIPfindEventhdlr

v4.3.0

17 Mar 19:43
Compare
Choose a tag to compare

4.3.0 - 2023-03-17

Added

  • Add SCIP function SCIprowGetOriginCons
  • Add getConsOriginConshdlrtype to Row
  • Add possibility to use sine and cosing
  • Add ability to set priced variable score
  • Python 3.11 support

Removed

  • Removed function rowGetNNonz

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

21 Mar 14:13
Compare
Choose a tag to compare
release 4.2.0

v4.1.0

22 Feb 11:38
Compare
Choose a tag to compare

Added the new cut selector plugin implemented in scip8

v4.0.0

15 Dec 15:12
769db47
Compare
Choose a tag to compare

compatible with SCIPOptSuite 8.0.0

v3.5.0

07 Dec 15:15
Compare
Choose a tag to compare
remove mac integration test, update changelog, prepare release

v3.4.0

30 Oct 12:47
Compare
Choose a tag to compare
  • add support for concurrent optimization
    • note that SCIP needs to be linked to a TPI (task processing interface) to use this feature

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0