Home
last modified time | relevance | path

Searched defs:SCIP_STATUS_TOTALNODELIMIT (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_stat.h36SCIP_STATUS_TOTALNODELIMIT = 3, /**< the solving process was interrupted because the total no… enumerator
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx67 SUCCESS = SCIP_SUCCESS
68
69 cdef class PY_SCIP_PARAMSETTING: