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

Detailed Description

structure representing a column in the mod 2 system

Definition at line 154 of file sepa_zerohalf.c.

Data Fields

SCIP_HASHSETnonzrows
 
SCIP_Real solval
 
int pos
 
int index
 

Field Documentation

◆ nonzrows

SCIP_HASHSET* Mod2Col::nonzrows

the set of rows that contain this column

Definition at line 156 of file sepa_zerohalf.c.

Referenced by doSeparation(), mod2colLinkRow(), mod2colUnlinkRow(), mod2MatrixAddCol(), mod2matrixPreprocessColumns(), mod2matrixRemoveCol(), and SCIP_DECL_HASHKEYVAL().

◆ solval

SCIP_Real Mod2Col::solval

◆ pos

int Mod2Col::pos

position of column in matrix

Definition at line 158 of file sepa_zerohalf.c.

Referenced by mod2MatrixAddCol(), and mod2matrixRemoveCol().

◆ index

int Mod2Col::index

index of SCIP column associated to this column

Definition at line 159 of file sepa_zerohalf.c.

Referenced by checkRow(), mod2MatrixAddCol(), mod2rowAddRow(), and SCIP_DECL_HASHKEYVAL().