Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_lp.h33 SCIP_LPSOLSTAT_NOTSOLVED = 0, /**< LP was not solved, no solution exists */ enumerator
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx251 elif rc == SCIP_PLUGINNOTFOUND: