Home
last modified time | relevance | path

Searched refs:SCIPincludeHeur (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_xyz.c190 …SCIP_CALL( SCIPincludeHeur(scip, HEUR_NAME, HEUR_DESC, HEUR_DISPCHAR, HEUR_PRIORITY, HEUR_FREQ, HE… in SCIPincludeHeurXyz()
H A Dscip_heur.h66 SCIP_RETCODE SCIPincludeHeur(
H A Dscip_heur.c58 SCIP_RETCODE SCIPincludeHeur( in SCIPincludeHeur() function
H A Dheur_locks.c1079 …SCIP_CALL( SCIPincludeHeur(scip, HEUR_NAME, HEUR_DESC, HEUR_DISPCHAR, HEUR_PRIORITY, HEUR_FREQ, HE… in SCIPincludeHeurLocks()
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjheur.cpp212 …SCIP_CALL( SCIPincludeHeur(scip, objheur->scip_name_, objheur->scip_desc_, objheur->scip_dispchar_, in SCIPincludeObjHeur()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dheur_optcumulative.c702 …SCIP_CALL( SCIPincludeHeur(scip, HEUR_NAME, HEUR_DESC, HEUR_DISPCHAR, HEUR_PRIORITY, HEUR_FREQ, HE… in SCIPincludeHeurOptcumulative()
/dports/math/SCIP/scip-7.0.3/examples/Queens/doc/
H A Dscip_intro.tex174 it. This is done by various \verb+SCIPinclude+ functions like \verb+SCIPincludeHeur+ for heuristics
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1017 SCIP_RETCODE SCIPincludeHeur(SCIP* scip,
H A Dscip.pyx3487 PY_SCIP_CALL(SCIPincludeHeur(self._scip, nam, des, dis,
H A Dscip.c115312 …__pyx_t_3 = __Pyx_PyInt_From_SCIP_RETCODE(SCIPincludeHeur(__pyx_v_self->_scip, __pyx_t_5, __pyx_t_…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG1913 … of parameter `timingmask` from unsigned int to `SCIP_HEURTIMING` in SCIPincludeHeur(), SCIPinclud…
5157 …- SCIPincludeHeur() and SCIPincludeSepa() in \ref scip.h, as well as scip::ObjSepa() and scip::Obj…
6547SCIPincludeHeur() and constructor of ObjHeur() class use the following table to translate old sett…
7068 - new parameter `duringlploop` of SCIPincludeHeur(): heuristics can now run during the price-and-cu…