Home
last modified time | relevance | path

Searched refs:stdpriority (Results 1 – 13 of 13) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_nodesel.c55 int stdpriority, /**< priority of the node selector in standard mode */ in SCIPincludeNodesel() argument
79 …&nodesel, scip->set, scip->messagehdlr, scip->mem->setmem, name, desc, stdpriority, memsavepriorit… in SCIPincludeNodesel()
99 int stdpriority, /**< priority of the node selector in standard mode */ in SCIPincludeNodeselBasic() argument
117 …deselptr, scip->set, scip->messagehdlr, scip->mem->setmem, name, desc, stdpriority, memsavepriorit… in SCIPincludeNodeselBasic()
H A Dscip_nodesel.h61 int stdpriority, /**< priority of the node selector in standard mode */
87 int stdpriority, /**< priority of the node selector in standard mode */
H A Dnodesel.c766 int stdpriority, /**< priority of the node selector in standard mode */ in doNodeselCreate() argument
793 (*nodesel)->stdpriority = stdpriority; in doNodeselCreate()
813 &(*nodesel)->stdpriority, FALSE, stdpriority, INT_MIN/4, INT_MAX/2, in doNodeselCreate()
833 int stdpriority, /**< priority of the node selector in standard mode */ in SCIPnodeselCreate() argument
852 …SCIP_CALL_FINALLY( doNodeselCreate(nodesel, set, messagehdlr, blkmem, name, desc, stdpriority, mem… in SCIPnodeselCreate()
1069 return nodesel->stdpriority; in SCIPnodeselGetStdPriority()
1082 nodesel->stdpriority = priority; in SCIPnodeselSetStdPriority()
H A Dstruct_nodesel.h67 int stdpriority; /**< priority of the node selector in standard mode */ member
H A Dnodesel.h184 int stdpriority, /**< priority of the node selector in standard mode */
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjnodesel.h68 int stdpriority, /**< priority of the node selector in standard mode */ in ObjNodesel() argument
74 scip_stdpriority_(stdpriority), in ObjNodesel()
/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Duct_breadth_dualval.set5 nodeselection/breadthfirst/stdpriority = 100000000
9 nodeselection/uct/stdpriority = 100000001
H A Dfullstrongbfs.set5 nodeselection/bfs/stdpriority = 10000000
H A Doddcyclelift_randomhybrid.set15 nodeselection/hybridestim/stdpriority = 1000000
H A Dbenders-qp.set21 nodeselection/bfs/stdpriority = 200001
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pyx3537 def includeNodesel(self, Nodesel nodesel, name, desc, stdpriority, memsavepriority):
3543 :param stdpriority: priority of the node selector in standard mode
3550 stdpriority, memsavepriority,
H A Dscip.pxd1059 int stdpriority,
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6377 - changed default value of `nodeselection/restartdfs/stdpriority` to 10000