Home
last modified time | relevance | path

Searched refs:SCIPnodeselGetStdPriority (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_nodesel.h54 int SCIPnodeselGetStdPriority(
H A Dnodesel_uct.c173 newpriority = SCIPnodeselGetStdPriority(nodesel); in turnoffNodeSelector()
178 prio = SCIPnodeselGetStdPriority(nodesels[n]); in turnoffNodeSelector()
388 nodeseldata->origstdpriority = SCIPnodeselGetStdPriority(nodesel); in SCIP_DECL_NODESELINITSOL()
H A Dnodesel.c1063 int SCIPnodeselGetStdPriority( in SCIPnodeselGetStdPriority() function
H A Dset.c4628 nodeselstdprio = SCIPnodeselGetStdPriority(nodesel); in SCIPsetIncludeNodesel()
4630 …for( i = set->nnodesels; i > 0 && nodeselstdprio > SCIPnodeselGetStdPriority(set->nodesels[i-1]); … in SCIPsetIncludeNodesel()
4688 … if( SCIPnodeselGetStdPriority(set->nodesels[i]) > SCIPnodeselGetStdPriority(set->nodesel) ) in SCIPsetGetNodesel()
H A Ddialog_default.c1055 SCIPdialogMessage(scip, NULL, "%12d ", SCIPnodeselGetStdPriority(nodesels[i])); in SCIP_DECL_DIALOGEXEC()
/dports/math/SCIP/scip-7.0.3/tests/src/scip/
H A Dsetters.c201 …DESEL**, SCIPgetNodesels, SCIPgetNNodesels, SCIPsetNodeselStdPriority, SCIPnodeselGetStdPriority ); in Test()