Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h201 SCIP_LPISTATE* probinglpistate; /**< LP state information before probing started */ member
H A Dtree.c4812 (*tree)->probinglpistate = NULL; in SCIPtreeCreate()
6441 assert(tree->probinglpistate == NULL); in SCIPtreeStartProbing()
6473 SCIP_CALL( SCIPlpGetState(lp, blkmem, &tree->probinglpistate) ); in SCIPtreeStartProbing()
6626 lpistate = tree->probinglpistate; in SCIPtreeLoadProbingLPState()
6915 if( tree->probinglpistate == NULL ) in SCIPtreeEndProbing()
6927 SCIP_CALL( SCIPlpSetState(lp, blkmem, set, eventqueue, tree->probinglpistate, in SCIPtreeEndProbing()
6930 SCIP_CALL( SCIPlpFreeState(lp, blkmem, &tree->probinglpistate) ); in SCIPtreeEndProbing()
6970 assert(tree->probinglpistate == NULL); in SCIPtreeEndProbing()