CHANGELOG

Unreleased

Added

Fixed

Changed

Removed

v0.4.0

Added

  • added support for Windows

  • added score plugin type

  • added constraint classifier plugin type

  • added variable classifier plugin type

  • added class ConsPart

  • added class VarPart

  • added tests for score and classifier

v0.3.1

Update

  • support cython 3.0.0

v0.3.0

Update

  • update to PySCIPOpt 4.4.0, SCIP 8.1.0 and GCG 3.5.5

v0.2.0

Added

  • method getMastervars in class Model

  • method getOrigvars in class GCGMasterModel

v0.1.4

Changed

  • rename GCGModel to Model

Removed

  • pyscipopt.Model not importable with pygcgopt.Model anymore

v0.1.3

Added

  • Initial public release