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
0.3.1
Update * support cython 3.0.0
0.3.0
Update * update to PySCIPOpt 4.4.0, SCIP 8.1.0 and GCG 3.5.5
0.2.0
Added * method getMastervars in class Model * method getOrigvars in class GCGMasterModel
0.1.4
Changed * rename GCGModel to Model Removed * pyscipopt.Model not importable with pygcgopt.Model anymore