All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_RowSolVals Struct Reference Detailed Descriptioncollected values of a row which depend on the LP solution We store these values in each row to recover the LP solution at start of diving or probing mode, say, without having to resolve the LP. We do not store the dualfarkas value since we expect a node with infeasible LP to be pruned anyway. In this unlikely case, we have to resolve the LP. Definition at line 95 of file struct_lp.h.
Field Documentation
dual solution value in LP, is 0 if row is not in LP Definition at line 97 of file struct_lp.h. Referenced by rowRestoreSolVals(), rowStoreSolVals(), and SCIPconflictAnalyzeLP().
row activity value in LP, or SCIP_INVALID if not yet calculated Definition at line 98 of file struct_lp.h. Referenced by rowRestoreSolVals(), rowStoreSolVals(), and SCIPconflictAnalyzeLP().
basis status of row in last LP solution, invalid for non-LP rows Definition at line 99 of file struct_lp.h. Referenced by rowRestoreSolVals(), rowStoreSolVals(), and SCIPconflictAnalyzeLP(). |