Home
last modified time | relevance | path

Searched refs:SCIPfindBranchrule (Results 26 – 34 of 34) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_repair.c561 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in applyRepair()
H A Dheur_gins.c2159 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupSubScip()
H A Dscip_copy.c3324 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in SCIPsetCommonSubscipParams()
H A Dheur_nlpdiving.c1337 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in doSolveSubMIP()
H A Dheur_undercover.c1648 …if( SCIPfindBranchrule(coveringscip, "inference") != NULL && !SCIPisParamFixed(coveringscip, "bran… in solveCoveringProblem()
H A Dheur_alns.c2166 …if( SCIPfindBranchrule(subscip, "inference") != NULL && ! SCIPisParamFixed(subscip, "branching/inf… in setupSubScip()
H A Dscip_solve.c2144 branchrule = SCIPfindBranchrule(scip, "nodereopt"); in displayRelevantStats()
H A Dcons_indicator.c610 …if ( SCIPfindBranchrule(scip, "inference") != NULL && !SCIPisParamFixed(scip, "branching/inference… in SCIP_DECL_EVENTEXEC()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1091 SCIP_BRANCHRULE* SCIPfindBranchrule(SCIP* scip, const char* name)

12