Detailed Description
collected values of an exact column which depend on the LP solution We store these values in each column to recover the LP solution at start of diving or probing mode, say, without having to resolve the LP. Note that we do not store the farkascoef value since we do expect a node with infeasible LP to be pruned anyway.
Definition at line 102 of file struct_lpexact.h.
#include <struct_lpexact.h>
Data Fields | |
| SCIP_RATIONAL * | primsol |
| SCIP_RATIONAL * | redcost |
| unsigned int | basisstatus:2 |
Field Documentation
◆ primsol
| SCIP_RATIONAL* SCIP_ColExactSolVals::primsol |
primal solution value in LP, is 0 if col is not in LP
Definition at line 104 of file struct_lpexact.h.
Referenced by colExactRestoreSolVals(), and colExactStoreSolVals().
◆ redcost
| SCIP_RATIONAL* SCIP_ColExactSolVals::redcost |
reduced cost value in LP, or SCIP_INVALID if not yet calculated
Definition at line 105 of file struct_lpexact.h.
Referenced by colExactRestoreSolVals(), and colExactStoreSolVals().
◆ basisstatus
| unsigned int SCIP_ColExactSolVals::basisstatus |
basis status of column in last LP solution, invalid for non-LP columns
Definition at line 106 of file struct_lpexact.h.
Referenced by colExactRestoreSolVals(), and colExactStoreSolVals().