Home
last modified time | relevance | path

Searched refs:SCIP_HEURTIMING_AFTERPROPLOOP (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_timing.h83 #define SCIP_HEURTIMING_AFTERPROPLOOP 0x400u /**< call heuristic after propagation which is pe… macro
H A Dsolve.c236 || heurtiming == SCIP_HEURTIMING_AFTERPROPLOOP); in SCIPprimalHeuristics()
240 … || heurtiming == SCIP_HEURTIMING_DURINGPRESOLLOOP || heurtiming == SCIP_HEURTIMING_AFTERPROPLOOP in SCIPprimalHeuristics()
3821 *heurtiming = SCIP_HEURTIMING_AFTERPROPLOOP; in propAndSolve()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd158 SCIP_HEURTIMING_AFTERPROPLOOP = 0x400u
H A Dscip.pyx157 AFTERPROPLOOP = SCIP_HEURTIMING_AFTERPROPLOOP
H A Dscip.c159838 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_HEURTIMING(SCIP_HEURTIMING_AFTERPROPLOOP); if (unlikely(!__pyx_t…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5026 `SCIP_HEURTIMING_AFTERPROPLOOP`
5480 - fixed bugs do to `HEUR_TIMING SCIP_HEURTIMING_AFTERPROPLOOP` which appeared during repropagation