SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_LPBdChgs Struct Reference

Detailed Description

set of LP bound change

Definition at line 102 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

◆ bdchginds

int* SCIP_LPBdChgs::bdchginds

array of column indices

Definition at line 104 of file struct_conflict.h.

Referenced by addBdchg(), and SCIPrunBoundHeuristic().

◆ bdchglbs

SCIP_Real* SCIP_LPBdChgs::bdchglbs

array of lower bounds

Definition at line 105 of file struct_conflict.h.

Referenced by addBdchg(), and SCIPrunBoundHeuristic().

◆ bdchgubs

SCIP_Real* SCIP_LPBdChgs::bdchgubs

array of upper bounds

Definition at line 106 of file struct_conflict.h.

Referenced by addBdchg(), and SCIPrunBoundHeuristic().

◆ bdchgcolinds

int* SCIP_LPBdChgs::bdchgcolinds

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

Definition at line 107 of file struct_conflict.h.

Referenced by addBdchg().

◆ usedcols

SCIP_Bool* SCIP_LPBdChgs::usedcols

array to mark if a column is used

Definition at line 108 of file struct_conflict.h.

Referenced by addBdchg(), and lpbdchgsReset().

◆ nbdchgs

int SCIP_LPBdChgs::nbdchgs

number of stored LP bound changes

Definition at line 109 of file struct_conflict.h.

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