set of LP bound change
Definition at line 91 of file struct_conflict.h.
#include <struct_conflict.h>
Data Fields | |
int * | bdchginds |
SCIP_Real * | bdchglbs |
SCIP_Real * | bdchgubs |
int * | bdchgcolinds |
SCIP_Bool * | usedcols |
int | nbdchgs |
int* SCIP_LPBdChgs::bdchginds |
array of column indices
Definition at line 93 of file struct_conflict.h.
Referenced by addBdchg(), and runBoundHeuristic().
SCIP_Real* SCIP_LPBdChgs::bdchglbs |
array of lower bounds
Definition at line 94 of file struct_conflict.h.
Referenced by addBdchg(), and runBoundHeuristic().
SCIP_Real* SCIP_LPBdChgs::bdchgubs |
array of upper bounds
Definition at line 95 of file struct_conflict.h.
Referenced by addBdchg(), and runBoundHeuristic().
int* SCIP_LPBdChgs::bdchgcolinds |
SCIP_Bool* SCIP_LPBdChgs::usedcols |
array to mark if a column is used
Definition at line 97 of file struct_conflict.h.
Referenced by addBdchg(), and lpbdchgsReset().
int SCIP_LPBdChgs::nbdchgs |
number of stored LP bound changes
Definition at line 98 of file struct_conflict.h.
Referenced by addBdchg(), lpbdchgsReset(), and runBoundHeuristic().