Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c2775 SCIP_NODE* lpfork; in treeFindSwitchForks() local
2833 lpfork = node; in treeFindSwitchForks()
2837 lpfork = lpfork->parent; in treeFindSwitchForks()
2891 lpfork = NULL; in treeFindSwitchForks()
2916 assert(lpfork == NULL || !lpfork->active || lpfork == fork); in treeFindSwitchForks()
2953 lpfork = lpfork->parent; in treeFindSwitchForks()
2961 assert(lpfork == NULL || (int)(lpfork->depth) <= fork->depth); in treeFindSwitchForks()
2962 assert(lpfork == NULL || lpfork->active); in treeFindSwitchForks()
2978 if( lpfork != NULL && lpfork->depth < fork->depth ) in treeFindSwitchForks()
3014 else if( lpfork != NULL && lpfork->depth < fork->depth ) in treeFindSwitchForks()
[all …]