RELEASE.md
getPseudoBranchCands
getNSolsFound
, getNSolsFound
, getNLimSolsFound
and getNBestSolsFound
Model.addConss()
to add multiple constraints at onceSCIPsetMessagehdlrLogfile
Model.writeLP
methodModel.getNReaders
that returns the number of available readersExpr
in Solution
.getNSols
, createPartialSol
getNTotalNodes
, getNIntVars
, getNBinVars
getTransformedVar
now uses SCIPgetTransformedVar
instead of SCIPtransformVar
which captures the variablescip.pxd
Model.from_ptr
and Model.to_ptr
use a PyCapsule
to exchange the SCIP pointer rather than an integer.__div__
from Expr and GenExpr to make it compatible with cython 0.29.20scip.pxd
pyx
extensions.solution[x]
syntax instead of model.getVal(x)
releaseVar()
: potentially harmful and not necessary anymorepip install .
over python setup.py install
in INSTALLlpiGetIterations()
to get LP iterations of last solved LP relaxation setup.py
to support developer versions of SCIP libraries built with Makefiles