Home
last modified time | relevance | path

Searched refs:downcutoff (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_var.h3631 …SCIP_Real downcutoff, /**< value to which cutoff counter for downwards branchi…
3661 …SCIP_Real downcutoff, /**< value to which cutoff counter for downwards branchi…
H A Dscip_var.c2848 SCIP_Bool downcutoff; in analyzeStrongbranch() local
2854 downcutoff = col->sbdownvalid && SCIPsetIsGE(scip->set, col->sbdown, scip->lp->cutoffbound); in analyzeStrongbranch()
2858 *downinf = downcutoff; in analyzeStrongbranch()
2869 if( (downcutoff && SCIPsetFeasCeil(scip->set, col->primsol-1.0) >= col->lb - 0.5) in analyzeStrongbranch()
9476 …SCIP_Real downcutoff, /**< value to which cutoff counter for downwards branchi… in SCIPinitVarBranchStats() argument
9486 assert(downcutoff >= 0.0 && upcutoff >= 0.0); in SCIPinitVarBranchStats()
9489 || !SCIPisFeasZero(scip, downinfer) || !SCIPisFeasZero(scip, downcutoff) ) in SCIPinitVarBranchStats()
9495 …varIncCutoffSum(var, NULL, NULL, scip->stat, SCIP_BRANCHDIR_DOWNWARDS, SCIP_UNKNOWN, downcutoff) ); in SCIPinitVarBranchStats()
9546 …SCIP_Real downcutoff, /**< value to which cutoff counter for downwards branchi… in SCIPinitVarValueBranchStats() argument
9555 assert(downcutoff >= 0.0 && upcutoff >= 0.0); in SCIPinitVarValueBranchStats()
[all …]