Home
last modified time | relevance | path

Searched defs:SCIP_Fork (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_tree.h98 struct SCIP_Fork struct
101 … addedrows; /**< array with pointers to new rows added at this node into the LP */
102 SCIP_LPISTATE* lpistate; /**< LP state information */
104 int naddedcols; /**< number of columns added at this node */
105 int naddedrows; /**< number of rows added at this node */
106 int nlpistateref; /**< number of times, the LP state is needed */
107 unsigned int nchildren:28; /**< number of children of this parent node */
108 … unsigned int lpwasprimfeas:1; /**< primal feasibility of saved LP state information */
109 …t lpwasprimchecked:1; /**< primal feasibility check state of saved LP state information */
110 unsigned int lpwasdualfeas:1; /**< dual feasibility of saved LP state information */
[all …]