Home
last modified time | relevance | path

Searched refs:SCIP_PRESOLTIMING_NONE (Results 1 – 8 of 8) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_timing.h42 #define SCIP_PRESOLTIMING_NONE 0x002u /**< presolving disabled */ macro
H A Dprop.c150 if( presoltiming < SCIP_PRESOLTIMING_NONE || presoltiming > SCIP_PRESOLTIMING_MAX ) in doPropCreate()
227 …(int*)&(*prop)->presoltiming, TRUE, (int)presoltiming, (int) SCIP_PRESOLTIMING_NONE, (int) SCIP_PR… in doPropCreate()
H A Dpresol.c124 if( timing < SCIP_PRESOLTIMING_NONE || timing > SCIP_PRESOLTIMING_MAX ) in doPresolCreate()
H A Dcons.c2058 if( presoltiming < SCIP_PRESOLTIMING_NONE || presoltiming > SCIP_PRESOLTIMING_MAX ) in doConshdlrCreate()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A Dcons_rowcuts.cpp382 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_NONE, in SCIPincludeConshdlrRowcuts()
399 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_NONE, in SCIPincludeConshdlrRowcuts()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd142 SCIP_PRESOLTIMING_NONE = 0x002u
H A Dscip.pyx141 NONE = SCIP_PRESOLTIMING_NONE
H A Dscip.c159656 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_PRESOLTIMING(SCIP_PRESOLTIMING_NONE); if (unlikely(!__pyx_t_6)) …