Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c2851 lpstatefork = lpstatefork->parent; in treeFindSwitchForks()
2892 lpstatefork = NULL; in treeFindSwitchForks()
2917 assert(lpstatefork == NULL || !lpstatefork->active || lpstatefork == fork); in treeFindSwitchForks()
2987 lpstatefork = lpstatefork->parent; in treeFindSwitchForks()
2996 assert(lpstatefork == NULL || lpstatefork->active); in treeFindSwitchForks()
3012 if( lpstatefork != NULL && lpstatefork->depth < fork->depth ) in treeFindSwitchForks()
3578 assert(tree->path[lpstatefork->depth] == lpstatefork); in SCIPtreeLoadLPState()
3672 assert(lpstatefork == NULL || lpstatefork->depth < (*node)->depth); in nodeToLeaf()
3681 lpstatefork == NULL ? -1 : SCIPnodeGetNumber(lpstatefork), in nodeToLeaf()
3682 lpstatefork == NULL ? -1 : SCIPnodeGetDepth(lpstatefork)); in nodeToLeaf()
[all …]
H A Dstruct_tree.h78 …SCIP_NODE* lpstatefork; /**< fork/subroot node defining the LP state of the leaf… member