Home
last modified time | relevance | path

Searched refs:SCIPtreeProbing (Results 1 – 9 of 9) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_probing.c94 return SCIPtreeProbing(scip->tree); in SCIPinProbing()
116 if( SCIPtreeProbing(scip->tree) ) in SCIPstartProbing()
164 if( !SCIPtreeProbing(scip->tree) ) in SCIPnewProbingNode()
195 if( !SCIPtreeProbing(scip->tree) ) in SCIPgetProbingDepth()
223 if( !SCIPtreeProbing(scip->tree) ) in SCIPbacktrackProbing()
257 if( !SCIPtreeProbing(scip->tree) ) in SCIPendProbing()
300 if( !SCIPtreeProbing(scip->tree) ) in SCIPchgVarLbProbing()
344 if( !SCIPtreeProbing(scip->tree) ) in SCIPchgVarUbProbing()
389 if( !SCIPtreeProbing(scip->tree) ) in SCIPgetVarObjProbing()
420 if( !SCIPtreeProbing(scip->tree) ) in SCIPfixVarProbing()
[all …]
H A Dtree.c1481 assert(!SCIPtreeProbing(tree)); in nodeActivate()
1557 if( !SCIPtreeProbing(tree) ) in nodeDeactivate()
6489 assert(SCIPtreeProbing(tree)); in SCIPtreeStartProbing()
6502 assert(SCIPtreeProbing(tree)); in SCIPtreeCreateProbingNode()
6533 assert(SCIPtreeProbing(tree)); in SCIPtreeSetProbingLPState()
6583 assert(SCIPtreeProbing(tree)); in SCIPtreeLoadProbingLPState()
6664 assert(SCIPtreeProbing(tree)); in SCIPtreeMarkProbingNodeHasLP()
6705 assert(SCIPtreeProbing(tree)); in treeBacktrackProbing()
6847 assert(SCIPtreeProbing(tree)); in SCIPtreeBacktrackProbing()
7410 #undef SCIPtreeProbing
[all …]
H A Dtree.h796 SCIP_Bool SCIPtreeProbing(
888 #define SCIPtreeProbing(tree) ((tree)->probingroot != NULL) macro
900 #define SCIPtreeHasCurrentNodeLP(tree) (SCIPtreeProbing(tree) ? (tree)->probingnodehaslp : SCIPtre…
H A Dscip_var.c2700 if( SCIPtreeProbing(scip->tree) ) in SCIPstartStrongbranch()
2752 if( SCIPtreeProbing(scip->tree) ) in SCIPendStrongbranch()
2946 …assert(!SCIPtreeProbing(scip->tree)); /* we should not be in strong branching with propagation mod… in SCIPgetVarStrongbranchFrac()
8400 if( SCIPtreeProbing(scip->tree) ) in SCIPaggregateVars()
8524 if( SCIPtreeProbing(scip->tree) ) in SCIPmultiaggregateVar()
8720 if( scip->set->branch_divingpscost || (!scip->lp->diving && !SCIPtreeProbing(scip->tree)) ) in SCIPupdateVarPseudocost()
H A Dsolve.c314 inprobing = tree != NULL && SCIPtreeProbing(tree); in SCIPprimalHeuristics()
379 assert(tree == NULL || inprobing == SCIPtreeProbing(tree)); in SCIPprimalHeuristics()
2047 assert(currentnode == SCIPtreeGetFocusNode(tree) || SCIPtreeProbing(tree)); in SCIPpriceLoop()
3814 if( !(*cutoff) && !SCIPtreeProbing(tree) ) in propAndSolve()
H A Ddebug.c1030 if( SCIPlpDiving(set->scip->lp) || SCIPtreeProbing(set->scip->tree) ) in SCIPdebugCheckInference()
H A Dscip_lp.c2197 if( SCIPtreeProbing(scip->tree) ) in SCIPstartDive()
H A Dsol.c825 assert(SCIPlpDiving(lp) || SCIPtreeProbing(tree) || !SCIPlpDivingObjChanged(lp)); in SCIPsolLinkLPSol()
H A Dcons.c2761 assert(stat->nnodes > 1 || conshdlr->ninitconsskept == 0 || SCIPtreeProbing(tree)); in SCIPconshdlrInitLP()