All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_ColSolVals Struct Reference Detailed Descriptioncollected values of a 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 83 of file struct_lp.h.
Field Documentation
primal solution value in LP, is 0 if col is not in LP Definition at line 85 of file struct_lp.h. Referenced by colRestoreSolVals(), colStoreSolVals(), and SCIPconflictAnalyzeLP().
reduced cost value in LP, or SCIP_INVALID if not yet calculated Definition at line 86 of file struct_lp.h. Referenced by colRestoreSolVals(), colStoreSolVals(), and SCIPconflictAnalyzeLP().
basis status of column in last LP solution, invalid for non-LP columns Definition at line 87 of file struct_lp.h. Referenced by colRestoreSolVals(), colStoreSolVals(), and SCIPconflictAnalyzeLP(). |