Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h59 SCIP_Bool lpwasdualfeas; /**< dual feasibility of saved LP state information */ member
110 unsigned int lpwasdualfeas:1; /**< dual feasibility of saved LP state information */ member
127 unsigned int lpwasdualfeas:1; /**< dual feasibility of saved LP state information */ member
H A Dtree.c357 probingnode->lpwasdualfeas = lp->dualfeasible; in probingnodeUpdate()
543 (*fork)->lpwasdualfeas = lp->dualfeasible; in forkCreate()
645 (*subroot)->lpwasdualfeas = lp->dualfeasible; in subrootCreate()
3593 lpstatefork->data.fork->lpwasdualfeas, lpstatefork->data.fork->lpwasdualchecked) ); in SCIPtreeLoadLPState()
3601 … lpstatefork->data.subroot->lpwasdualfeas, lpstatefork->data.subroot->lpwasdualchecked) ); in SCIPtreeLoadLPState()
6562 node->data.probingnode->lpwasdualfeas = dualfeas; in SCIPtreeSetProbingLPState()
6593 SCIP_Bool lpwasdualfeas = FALSE; in SCIPtreeLoadProbingLPState() local
6614 lpwasdualfeas = node->data.probingnode->lpwasdualfeas; in SCIPtreeLoadProbingLPState()
6630 lpwasdualfeas = tree->probinglpwasdualfeas; in SCIPtreeLoadProbingLPState()
6638 lpwasprimfeas, lpwasprimchecked, lpwasdualfeas, lpwasdualchecked) ); in SCIPtreeLoadProbingLPState()