Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LPBdChgs Struct Reference

Detailed Description

set of LP bound change

Definition at line 77 of file struct_conflict.h.

#include <struct_conflict.h>

Data Fields

int * bdchginds
 
SCIP_Realbdchglbs
 
SCIP_Realbdchgubs
 
int * bdchgcolinds
 
SCIP_Boolusedcols
 
int nbdchgs
 

Field Documentation

int* SCIP_LPBdChgs::bdchginds

array of column indices

Definition at line 79 of file struct_conflict.h.

Referenced by addBdchg(), and conflictAnalyzeLP().

SCIP_Real* SCIP_LPBdChgs::bdchglbs

array of lower bounds

Definition at line 80 of file struct_conflict.h.

Referenced by addBdchg(), and conflictAnalyzeLP().

SCIP_Real* SCIP_LPBdChgs::bdchgubs

array of upper bounds

Definition at line 81 of file struct_conflict.h.

Referenced by addBdchg(), and conflictAnalyzeLP().

int* SCIP_LPBdChgs::bdchgcolinds

array of ????????????

Definition at line 82 of file struct_conflict.h.

Referenced by addBdchg().

SCIP_Bool* SCIP_LPBdChgs::usedcols

array to mark if a column is used

Definition at line 83 of file struct_conflict.h.

Referenced by addBdchg(), and lpbdchgsReset().

int SCIP_LPBdChgs::nbdchgs

number of stored LP bound changes

Definition at line 84 of file struct_conflict.h.

Referenced by addBdchg(), conflictAnalyzeLP(), and lpbdchgsReset().