Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_simplerounding.c52 #define HEUR_TIMING SCIP_HEURTIMING_DURINGLPLOOP | SCIP_HEURTIMING_DURINGPRICINGLOOP
205 if ( nlpcands == 0 && heurtiming != SCIP_HEURTIMING_DURINGPRICINGLOOP ) in performLPSimpleRounding()
455 if( heurdata->nroundablevars == -1 || heurtiming == SCIP_HEURTIMING_DURINGPRICINGLOOP ) in SCIP_DECL_HEUREXEC()
475 if( heurdata->nroundablevars == 0 && heurtiming != SCIP_HEURTIMING_DURINGPRICINGLOOP ) in SCIP_DECL_HEUREXEC()
H A Dtype_timing.h80 #define SCIP_HEURTIMING_DURINGPRICINGLOOP 0x080u /**< call heuristic during pricing loop */ macro
H A Dheur_randrounding.c319 if ( nlpcands == 0 && heurtiming != SCIP_HEURTIMING_DURINGPRICINGLOOP ) in performLPRandRounding()
H A Dsolve.c239 … || heurtiming == SCIP_HEURTIMING_DURINGPRICINGLOOP || heurtiming == SCIP_HEURTIMING_BEFOREPRESOL in SCIPprimalHeuristics()
2092 …IPprimalHeuristics(set, stat, transprob, primal, tree, lp, NULL, SCIP_HEURTIMING_DURINGPRICINGLOOP, in SCIPpriceLoop()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd155 SCIP_HEURTIMING_DURINGPRICINGLOOP = 0x080u
H A Dscip.pyx154 DURINGPRICINGLOOP = SCIP_HEURTIMING_DURINGPRICINGLOOP
H A Dscip.c159799 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_HEURTIMING(SCIP_HEURTIMING_DURINGPRICINGLOOP); if (unlikely(!__p…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5552 …- added new timing point, `SCIP_HEURTIMING_DURINGPRICINGLOOP`, for calling heuristics; If this tim…