Home
last modified time | relevance | path

Searched refs:SCIPtreeHasCurrentNodeLP (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_lp.c80 return SCIPtreeHasCurrentNodeLP(scip->tree); in SCIPhasCurrentNodeLP()
1107 if( !SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetColRedcost()
1133 if( !SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetColFarkasCoef()
2029 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPrecalcRowActivity()
2051 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetRowActivity()
2071 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetRowFeasibility()
2094 else if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetRowSolActivity()
2117 else if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetRowSolFeasibility()
2208 assert(SCIPtreeHasCurrentNodeLP(scip->tree)); in SCIPstartDive()
H A Dtree.h852 SCIP_Bool SCIPtreeHasCurrentNodeLP(
900 #define SCIPtreeHasCurrentNodeLP(tree) (SCIPtreeProbing(tree) ? (tree)->probingnodehaslp : SCIPtre… macro
H A Dscip_cut.c562 if( !SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPseparateCutpool()
593 if( !SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPseparateSolCutpool()
H A Dpricestore.c373 assert(SCIPtreeHasCurrentNodeLP(tree)); in SCIPpricestoreAddProbVars()
H A Dscip_sol.c370 if( !SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPcreateLPSol()
1368 return SCIPvarGetSol(var, SCIPtreeHasCurrentNodeLP(scip->tree)); in SCIPgetSolVal()
1459 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetSolOrigObj()
1496 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetSolTransObj()
H A Dbranch.c2340 branchpoint = SCIPvarGetSol(var, SCIPtreeHasCurrentNodeLP(tree)); in SCIPbranchGetBranchingPoint()
2347 …else if( SCIPtreeHasCurrentNodeLP(tree) && set->branch_midpull > 0.0 && !SCIPsetIsInfinity(set, -l… in SCIPbranchGetBranchingPoint()
H A Dsol.c708 if( SCIPtreeHasCurrentNodeLP(tree) ) in SCIPsolCreateCurrentSol()
992 if( SCIPtreeHasCurrentNodeLP(tree) && SCIPlpIsSolved(lp) ) in SCIPsolLinkCurrentSol()
H A Dtree.c2017 if( SCIPtreeHasCurrentNodeLP(tree) in SCIPnodeAddBoundinfer()
7421 #undef SCIPtreeHasCurrentNodeLP
8415 SCIP_Bool SCIPtreeHasCurrentNodeLP( in SCIPtreeHasCurrentNodeLP() function
H A Dscip_var.c2312 return SCIPvarGetSol(var, SCIPtreeHasCurrentNodeLP(scip->tree)); in SCIPgetVarSol()
2338 if( SCIPtreeHasCurrentNodeLP(scip->tree) ) in SCIPgetVarSols()
H A Dsolve.c5079 … if( SCIPtreeHasCurrentNodeLP(tree) && SCIPlpGetSolstat(lp) == SCIP_LPSOLSTAT_OBJLIMIT ) in SCIPsolveCIP()