Home
last modified time | relevance | path

Searched refs:SCIP_HEURTIMING (Results 1 – 18 of 18) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur.h138SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic …
186 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */
197 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */
H A Dscip_heur.h75SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic …
107SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic …
H A Dpub_heur.h88 SCIP_HEURTIMING SCIPheurGetTimingmask(
96 SCIP_HEURTIMING timingmask /**< new timing mask of heuristic */
H A Dtype_timing.h92 typedef unsigned int SCIP_HEURTIMING; typedef
H A Dstruct_heur.h112SCIP_HEURTIMING timingmask; /**< positions in the node solving loop where heuristic …
H A Dtype_heur.h153 #define SCIP_DECL_HEUREXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_HEUR* heur, SCIP_HEURTIMING heurtimi…
H A Dscip_heur.c67SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic … in SCIPincludeHeur()
118SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic … in SCIPincludeHeurBasic()
H A Dsolve.h133 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */
H A Dheur.c893SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic … in doHeurCreate()
980SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic … in SCIPheurCreate()
1181 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */ in SCIPheurShouldBeExecuted()
1245 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */ in SCIPheurExec()
1459 SCIP_HEURTIMING SCIPheurGetTimingmask( in SCIPheurGetTimingmask()
1471 SCIP_HEURTIMING timingmask /**< new timing mask of heuristic */ in SCIPheurSetTimingmask()
H A Dheur_simplerounding.c180 SCIP_HEURTIMING heurtiming, /**< heuristic timing mask */ in performLPSimpleRounding()
H A Dheur_randrounding.c297 SCIP_HEURTIMING heurtiming, /**< heuristic timing mask */ in performLPRandRounding()
H A Dsolve.c214 SCIP_HEURTIMING heurtiming, /**< current point in the node solving process */ in SCIPprimalHeuristics()
3678SCIP_HEURTIMING* heurtiming, /**< timing for running heuristics after propagation cal… in propAndSolve()
4053 SCIP_HEURTIMING heurtiming; in solveNode()
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjheur.h73 const SCIP_HEURTIMING scip_timingmask_;
88SCIP_HEURTIMING timingmask, /**< positions in the node solving loop where heuristic sho… in ObjHeur()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A D__init__.py36 from pyscipopt.scip import PY_SCIP_HEURTIMING as SCIP_HEURTIMING unknown
H A Dheuristic.pxi73 cdef SCIP_RETCODE PyHeurExec (SCIP* scip, SCIP_HEUR* heur, SCIP_HEURTIMING heurtiming, SCIP_Bool no…
H A Dscip.pxd147 ctypedef enum SCIP_HEURTIMING:
370 ctypedef struct SCIP_HEURTIMING:
1033 …SCIP_RETCODE (*heurexec) (SCIP* scip, SCIP_HEUR* heur, SCIP_HEURTIMING heurtiming, SCIP_Bool nodei…
H A Dscip.c2713 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_SCIP_HEURTIMING(SCIP_HEURTIMING value);
3133 static SCIP_RETCODE __pyx_f_9pyscipopt_4scip_PyHeurExec(SCIP *, SCIP_HEUR *, SCIP_HEURTIMING, SCIP_…
50256 …yHeurExec(CYTHON_UNUSED SCIP *__pyx_v_scip, SCIP_HEUR *__pyx_v_heur, SCIP_HEURTIMING __pyx_v_heurt…
165725 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_SCIP_HEURTIMING(SCIP_HEURTIMING value) {
165726 …const SCIP_HEURTIMING neg_one = (SCIP_HEURTIMING) ((SCIP_HEURTIMING) 0 - (SCIP_HEURTIMING) 1), con…
165729 if (sizeof(SCIP_HEURTIMING) < sizeof(long)) {
165731 } else if (sizeof(SCIP_HEURTIMING) <= sizeof(unsigned long)) {
165734 } else if (sizeof(SCIP_HEURTIMING) <= sizeof(unsigned PY_LONG_LONG)) {
165739 if (sizeof(SCIP_HEURTIMING) <= sizeof(long)) {
165742 } else if (sizeof(SCIP_HEURTIMING) <= sizeof(PY_LONG_LONG)) {
[all …]
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG1912 - introduced new type `SCIP_HEURTIMING` for primal heuristic timing masks
1913 …- changed type of parameter `timingmask` from unsigned int to `SCIP_HEURTIMING` in SCIPincludeHeur…