Home
last modified time | relevance | path

Searched refs:SCIPtreeGetCurrentDepth (Results 1 – 16 of 16) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_cut.c97 …return SCIProwIsLPEfficacious(cut, scip->set, scip->stat, scip->lp, (SCIPtreeGetCurrentDepth(scip-… in SCIPisCutEfficacious()
99 …return SCIProwIsSolEfficacious(cut, scip->set, scip->stat, sol, (SCIPtreeGetCurrentDepth(scip->tre… in SCIPisCutEfficacious()
113 return SCIPsetIsEfficacious(scip->set, (SCIPtreeGetCurrentDepth(scip->tree) == 0), efficacy); in SCIPisEfficacious()
234 …scip->eventfilter, scip->lp, row, forcecut, (SCIPtreeGetCurrentDepth(scip->tree) == 0), infeasible… in SCIPaddRow()
569 … scip->lp, scip->sepastore, NULL, FALSE, (SCIPtreeGetCurrentDepth(scip->tree) == 0), result) ); in SCIPseparateCutpool()
600 … scip->lp, scip->sepastore, sol, FALSE, (SCIPtreeGetCurrentDepth(scip->tree) == 0), result) ); in SCIPseparateSolCutpool()
721 actdepth = (pretendroot ? 0 : SCIPtreeGetCurrentDepth(scip->tree)); in SCIPseparateSol()
802 if( SCIPtreeGetCurrentDepth(scip->tree) == 0 ) in SCIPremoveInefficaciousCuts()
H A Dpricestore.c336 -SCIPvarGetObj(var) * bestbound, (SCIPtreeGetCurrentDepth(tree) == 0)) ); in addBoundViolated()
380 root = (SCIPtreeGetCurrentDepth(tree) == 0); in SCIPpricestoreAddProbVars()
518 SCIP_CALL( SCIPlpAddCol(lp, set, col, SCIPtreeGetCurrentDepth(tree)) ); in SCIPpricestoreApplyVars()
544 SCIP_CALL( SCIPlpAddCol(lp, set, col, SCIPtreeGetCurrentDepth(tree)) ); in SCIPpricestoreApplyVars()
H A Dscip_sepa.h205 #define SCIPgetSepaMinEfficacy(scip) (SCIPtreeGetCurrentDepth((scip)->tree) == 0 ? (scip)->…
H A Dtree.h847 int SCIPtreeGetCurrentDepth(
890 #define SCIPtreeGetProbingDepth(tree) (SCIPtreeGetCurrentDepth(tree) - SCIPnodeGetDepth((tree)->p…
899 #define SCIPtreeGetCurrentDepth(tree) ((tree)->pathlen-1) macro
H A Dscip_sepa.c308 if( SCIPtreeGetCurrentDepth(scip->tree) != 0 ) in SCIPgetSepaMinEfficacy()
H A Dscip_var.c4710 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPchgVarLb()
4800 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPchgVarUb()
4975 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPchgVarLbGlobal()
5062 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPchgVarUbGlobal()
5243 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPtightenVarLb()
5360 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPtightenVarUb()
5751 if( SCIPtreeGetCurrentDepth(scip->tree) == 0 ) in SCIPinferBinvarCons()
6148 if( SCIPtreeGetCurrentDepth(scip->tree) == 0 ) in SCIPinferBinvarProp()
8308 if( SCIPtreeGetCurrentDepth(scip->tree) == 0 ) in SCIPfixVar()
8405 assert(SCIPtreeGetCurrentDepth(scip->tree) == 0); in SCIPaggregateVars()
[all …]
H A Dscip_probing.c720 assert(SCIPtreeGetCurrentDepth(scip->tree) > 0); in solveProbingLP()
983 assert( SCIPtreeGetCurrentDepth(scip->tree) > 0 ); in SCIPsolveProbingRelax()
1005 …SCIP_CALL( SCIPrelaxExec(relax, set, scip->tree, scip->stat, SCIPtreeGetCurrentDepth(scip->tree), … in SCIPsolveProbingRelax()
H A Dconflict.c1828 currentdepth = SCIPtreeGetCurrentDepth(tree); in conflictsetCalcInsertDepth()
3570 currentdepth = SCIPtreeGetCurrentDepth(tree); in SCIPconflictFlushConss()
4840 currentdepth = SCIPtreeGetCurrentDepth(tree); in conflictAddConflictset()
5144 currentdepth = SCIPtreeGetCurrentDepth(tree); in conflictCreateReconvergenceConss()
5392 currentdepth = SCIPtreeGetCurrentDepth(tree); in conflictAnalyze()
7852 currentdepth = SCIPtreeGetCurrentDepth(tree); in runBoundHeuristic()
8003 currentdepth = SCIPtreeGetCurrentDepth(tree); in runBoundHeuristic()
8620 SCIPtreeGetCurrentDepth(tree), SCIPlpGetSolstat(lp)); in conflictAnalyzeBoundexceedingLP()
9017 assert(SCIPtreeGetCurrentDepth(tree) > 0); in SCIPconflictAnalyzeStrongbranch()
9059 SCIPtreeGetCurrentDepth(tree)); in SCIPconflictAnalyzeStrongbranch()
[all …]
H A Dsolve.c274 …if( plunging && SCIPtreeGetCurrentDepth(tree) > 0 ) /* call plunging heuristics also at root node … in SCIPprimalHeuristics()
462 …*cutoff = *cutoff || (result == SCIP_CUTOFF) || (tree->cutoffdepth <= SCIPtreeGetCurrentDepth(tree… in propagationRound()
499 …*cutoff = *cutoff || (result == SCIP_CUTOFF) || (tree->cutoffdepth <= SCIPtreeGetCurrentDepth(tree… in propagationRound()
539 …*cutoff = *cutoff || (result == SCIP_CUTOFF) || (tree->cutoffdepth <= SCIPtreeGetCurrentDepth(tree… in propagationRound()
1328 …eventqueue, eventfilter, cliquetable, (SCIPtreeGetCurrentDepth(tree) == 0), SCIP_EFFICIACYCHOICE_L… in SCIPconstructCurrentLP()
2422 … SCIP_CALL( propagateDomains(blkmem, set, stat, tree, SCIPtreeGetCurrentDepth(tree), 0, FALSE, in priceAndCutLoop()
2984 if( SCIPtreeGetCurrentDepth(tree) == 0 && !(*cutoff) && !(*lperror) in solveNodeLP()
3055 if( SCIPtreeGetCurrentDepth(tree) == 0 ) in solveNodeLP()
3745 …SCIP_CALL( propagateDomains(blkmem, set, stat, tree, SCIPtreeGetCurrentDepth(tree), 0, *fullpropag… in propAndSolve()
3758 …SCIP_CALL( propagateDomains(blkmem, set, stat, tree, SCIPtreeGetCurrentDepth(tree), 0, *fullpropag… in propAndSolve()
[all …]
H A Dscip_prob.c1767 (SCIPtreeGetCurrentDepth(scip->tree) == 0)) ); in SCIPaddPricedVar()
2796 assert( SCIPtreeGetCurrentDepth(scip->tree) >= 0 || scip->set->stage == SCIP_STAGE_PRESOLVED in SCIPaddCons()
2798 if( SCIPtreeGetCurrentDepth(scip->tree) <= SCIPtreeGetEffectiveRootDepth(scip->tree) ) in SCIPaddCons()
2806 assert(SCIPtreeGetCurrentDepth(scip->tree) > SCIPtreeGetEffectiveRootDepth(scip->tree)); in SCIPaddCons()
H A Dscip_tree.c644 return SCIPtreeGetCurrentDepth(scip->tree); in SCIPgetDepth()
H A Dbranch.c1554 && (branchrule->maxdepth == -1 || branchrule->maxdepth >= SCIPtreeGetCurrentDepth(tree)) ) in SCIPbranchruleExecLPSol()
1661 && (branchrule->maxdepth == -1 || branchrule->maxdepth >= SCIPtreeGetCurrentDepth(tree)) ) in SCIPbranchruleExecExternSol()
1766 && (branchrule->maxdepth == -1 || branchrule->maxdepth >= SCIPtreeGetCurrentDepth(tree)) ) in SCIPbranchruleExecPseudoSol()
H A Dprimal.c398 if( SCIPtreeGetCurrentDepth(tree) >= 0 ) in primalSetUpperbound()
H A Dtree.c5239 isroot = (SCIPtreeGetCurrentDepth(tree) == 0); in SCIPtreeCalcNodeselPriority()
7420 #undef SCIPtreeGetCurrentDepth
8398 int SCIPtreeGetCurrentDepth( in SCIPtreeGetCurrentDepth() function
8433 return SCIPtreeGetCurrentDepth(tree) - SCIPnodeGetDepth(tree->probingroot); in SCIPtreeGetProbingDepth()
H A Dsol.c275 sol->depth = SCIPtreeGetCurrentDepth(tree); in solStamp()
H A Dcons.c2816 currentdepth = SCIPtreeGetCurrentDepth(tree); in SCIPconshdlrInitLP()