All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_LPBdChgs Struct Reference Detailed Descriptionset of LP bound change Definition at line 77 of file struct_conflict.h.
Field Documentation
array of column indices Definition at line 79 of file struct_conflict.h. Referenced by addBdchg(), and conflictAnalyzeLP().
array of lower bounds Definition at line 80 of file struct_conflict.h. Referenced by addBdchg(), and conflictAnalyzeLP().
array of upper bounds Definition at line 81 of file struct_conflict.h. Referenced by addBdchg(), and conflictAnalyzeLP().
array to mark if a column is used Definition at line 83 of file struct_conflict.h. Referenced by addBdchg(), and lpbdchgsReset().
number of stored LP bound changes Definition at line 84 of file struct_conflict.h. Referenced by addBdchg(), conflictAnalyzeLP(), and lpbdchgsReset(). |