All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_LpSolVals Struct Reference Detailed Descriptioncollected values of the LP data which depend on the LP solution We store these values to recover the LP solution at start of diving or probing mode, say, without having to resolve the LP. Definition at line 106 of file struct_lp.h.
Field Documentation
solution status of last LP solution Definition at line 108 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), SCIPconflictAnalyzeLP(), SCIPlpEndDive(), and SCIPlpStartDive().
objective value of LP without loose variables, or SCIP_INVALID Definition at line 109 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), and SCIPconflictAnalyzeLP().
is current LP solution primal feasible? Definition at line 110 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), and SCIPconflictAnalyzeLP().
is current LP solution dual feasible? Definition at line 111 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), and SCIPconflictAnalyzeLP().
is current LP solution a basic solution? Definition at line 112 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), and SCIPconflictAnalyzeLP().
is current LP solved? Definition at line 113 of file struct_lp.h. Referenced by lpRestoreSolVals(), lpStoreSolVals(), SCIPconflictAnalyzeLP(), and SCIPlpEndDive(). |