Home
last modified time | relevance | path

Searched refs:SCIPtreeGetProbingDepth (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.h806 int SCIPtreeGetProbingDepth(
890 #define SCIPtreeGetProbingDepth(tree) (SCIPtreeGetCurrentDepth(tree) - SCIPnodeGetDepth((tree)->p… macro
H A Dscip_probing.c202 return SCIPtreeGetProbingDepth(scip->tree); in SCIPgetProbingDepth()
228 if( probingdepth < 0 || probingdepth > SCIPtreeGetProbingDepth(scip->tree) ) in SCIPbacktrackProbing()
231 probingdepth, SCIPtreeGetProbingDepth(scip->tree)); in SCIPbacktrackProbing()
H A Dtree.c6715 assert(-1 <= probingdepth && probingdepth <= SCIPtreeGetProbingDepth(tree)); in treeBacktrackProbing()
6848 assert(0 <= probingdepth && probingdepth <= SCIPtreeGetProbingDepth(tree)); in SCIPtreeBacktrackProbing()
7412 #undef SCIPtreeGetProbingDepth
8426 int SCIPtreeGetProbingDepth( in SCIPtreeGetProbingDepth() function
H A Dscip_var.c3108 if( SCIP_MAXTREEDEPTH > SCIPtreeGetProbingDepth(scip->tree) ) in performStrongbranchWithPropagation()