Home
last modified time | relevance | path

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

12

/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjbranchrule.cpp266 branchrule = SCIPfindBranchrule(scip, name); in SCIPfindObjBranchrule()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPscipSolve.cpp379 if( SCIPfindBranchrule(scip, "inference") != NULL ) in ScipSolve()
409 if( SCIPfindBranchrule(scip, "inference") != NULL ) in ScipSolve()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_branch.h176 SCIP_BRANCHRULE* SCIPfindBranchrule(
H A Dscip_branch.c85 if( SCIPfindBranchrule(scip, name) != NULL ) in SCIPincludeBranchrule()
125 if( SCIPfindBranchrule(scip, name) != NULL ) in SCIPincludeBranchruleBasic()
288 SCIP_BRANCHRULE* SCIPfindBranchrule( in SCIPfindBranchrule() function
H A Dbranch_vanillafullstrong.c566 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in SCIPgetVanillafullstrongData()
H A Dheur_zeroobj.c380 …if( SCIPfindBranchrule(subscip, "leastinf") != NULL && !SCIPisParamFixed(subscip, "branching/least… in setupAndSolveSubscip()
H A Dheur_mutation.c274 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolveSubscipMutation()
H A Dheur_rins.c287 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in wrapperRins()
H A Dbranch_allfullstrong.c366 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in SCIPselectVarPseudoStrongBranching()
H A Dheur_ofins.c262 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolve()
H A Dbranch_fullstrong.c264 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in SCIPselectVarStrongBranching()
H A Dheur_rens.c459 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolveSubscip()
H A Dbranch_pscost.c820 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in SCIPselectBranchVarPscost()
H A Dheur_dins.c561 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in wrapperDins()
H A Dheur_crossover.c672 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolveSubscipCrossover()
H A Dheur_clique.c909 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in SCIP_DECL_HEUREXEC()
H A Dheur_locks.c932 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in SCIP_DECL_HEUREXEC()
H A Dheur_proximity.c364 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupSubproblem()
H A Dbranch_relpscost.c698 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in applyBdchgs()
2227 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in SCIPexecRelpscostBranching()
H A Dheur_completesol.c810 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolve()
H A Dheur_lpface.c504 …if( SCIPfindBranchrule(subscip, "inference") != NULL && ! SCIPisParamFixed(subscip, "branching/inf… in setSubscipParameters()
H A Dheur_vbounds.c802 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in setupAndSolveSubscip()
H A Dbranch_multaggr.c198 branchrule = SCIPfindBranchrule(scip, BRANCHRULE_NAME); in selectVarMultAggrBranching()
H A Dheur_feaspump.c261 …if( SCIPfindBranchrule(probingscip, "inference") != NULL && !SCIPisParamFixed(probingscip, "branch… in setupSCIPparamsStage3()
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dheur_redsize.c261 …if( SCIPfindBranchrule(subscip, "inference") != NULL && !SCIPisParamFixed(subscip, "branching/infe… in SCIPapplyRedSize()

12