Home
last modified time | relevance | path

Searched refs:usessubscip (Results 1 – 15 of 15) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_sepa.c61 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */ in SCIPincludeSepa() argument
86 name, desc, priority, freq, maxbounddist, usessubscip, delay, in SCIPincludeSepa()
109 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */ in SCIPincludeSepaBasic() argument
128 name, desc, priority, freq, maxbounddist, usessubscip, delay, in SCIPincludeSepaBasic()
H A Dscip_heur.c69 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */ in SCIPincludeHeur() argument
92 name, desc, dispchar, priority, freq, freqofs, maxdepth, timingmask, usessubscip, in SCIPincludeHeur()
120 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */ in SCIPincludeHeurBasic() argument
137 name, desc, dispchar, priority, freq, freqofs, maxdepth, timingmask, usessubscip, in SCIPincludeHeurBasic()
H A Dscip_sepa.h80 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */
110 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */
H A Dscip_heur.h77 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */
109 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */
H A Dsepa.c100 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */ in doSepaCreate() argument
131 (*sepa)->usessubscip = usessubscip; in doSepaCreate()
199 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */ in SCIPsepaCreate() argument
220usessubscip, delay, sepacopy, sepafree, sepainit, sepaexit, sepainitsol, sepaexitsol, sepaexeclp, in SCIPsepaCreate()
778 return sepa->usessubscip; in SCIPsepaUsesSubscip()
H A Dstruct_sepa.h66 …SCIP_Bool usessubscip; /**< does the separator use a secondary SCIP instance? */ member
H A Dstruct_heur.h113 …SCIP_Bool usessubscip; /**< does the heuristic use a secondary SCIP instance? */ member
H A Dsepa.h60 …SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */
H A Dheur.h139 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */
H A Dheur.c894 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */ in doHeurCreate() argument
927 (*heur)->usessubscip = usessubscip; in doHeurCreate()
981 …SCIP_Bool usessubscip, /**< does the heuristic use a secondary SCIP instance? */ in SCIPheurCreate() argument
1000 …maxdepth, timingmask, usessubscip, heurcopy, heurfree, heurinit, heurexit, heurinitsol, heurexitso… in SCIPheurCreate()
1486 return heur->usessubscip; in SCIPheurUsesSubscip()
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjheur.h90 … SCIP_Bool usessubscip /**< does the heuristic use a secondary SCIP instance? */ in ObjHeur() argument
101 scip_usessubscip_(usessubscip) in ObjHeur()
H A Dobjsepa.h82 … SCIP_Bool usessubscip, /**< does the separator use a secondary SCIP instance? */ in ObjSepa() argument
91 scip_usessubscip_(usessubscip), in ObjSepa()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx3419 …def includeSepa(self, Sepa sepa, name, desc, priority=0, freq=10, maxbounddist=1.0, usessubscip=Fa…
3428 … :param usessubscip: does the separator use a secondary SCIP instance? (Default value = False)
3434 …PY_SCIP_CALL(SCIPincludeSepa(self._scip, n, d, priority, freq, maxbounddist, usessubscip, delay, P…
3469 maxdepth=-1, timingmask=SCIP_HEURTIMING_BEFORENODE, usessubscip=False):
3481 … :param usessubscip: does the heuristic use a secondary SCIP instance? (Default value = False)
3489 maxdepth, timingmask, usessubscip,
H A Dscip.pxd971 SCIP_Bool usessubscip,
1026 SCIP_Bool usessubscip,
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5158 …`usessubscip`: It can be used to inform SCIP that the heuristic/separator to be included uses a se…