Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h57 … SCIP_Bool lpwasprimfeas; /**< primal feasibility of saved LP state information */ member
108 … unsigned int lpwasprimfeas:1; /**< primal feasibility of saved LP state information */ member
125 … unsigned int lpwasprimfeas:1; /**< primal feasibility of saved LP state information */ member
H A Dtree.c355 probingnode->lpwasprimfeas = lp->primalfeasible; in probingnodeUpdate()
541 (*fork)->lpwasprimfeas = lp->primalfeasible; in forkCreate()
643 (*subroot)->lpwasprimfeas = lp->primalfeasible; in subrootCreate()
3592 lpstatefork->data.fork->lpwasprimfeas, lpstatefork->data.fork->lpwasprimchecked, in SCIPtreeLoadLPState()
3600 … lpstatefork->data.subroot->lpwasprimfeas, lpstatefork->data.subroot->lpwasprimchecked, in SCIPtreeLoadLPState()
6561 node->data.probingnode->lpwasprimfeas = primalfeas; in SCIPtreeSetProbingLPState()
6591 SCIP_Bool lpwasprimfeas = FALSE; in SCIPtreeLoadProbingLPState() local
6612 lpwasprimfeas = node->data.probingnode->lpwasprimfeas; in SCIPtreeLoadProbingLPState()
6628 lpwasprimfeas = tree->probinglpwasprimfeas; in SCIPtreeLoadProbingLPState()
6638 lpwasprimfeas, lpwasprimchecked, lpwasdualfeas, lpwasdualchecked) ); in SCIPtreeLoadProbingLPState()