Scippy

SCIP

Solving Constraint Integer Programs

rowdata Struct Reference

Detailed Description

Definition at line 78 of file sepa_interminor.c.

Data Fields

int * vals
 
int rowidx
 
int nvals
 
int valssize
 
SCIP_HASHMAPauxvars
 

Field Documentation

◆ vals

int* rowdata::vals

index of the column

Definition at line 80 of file sepa_interminor.c.

Referenced by detectMinors(), and insertIndex().

◆ rowidx

int rowdata::rowidx

index corresponding to variable of that row

Definition at line 81 of file sepa_interminor.c.

Referenced by detectMinors(), and insertIndex().

◆ nvals

int rowdata::nvals

number of nonzero entries in column

Definition at line 82 of file sepa_interminor.c.

Referenced by detectMinors(), and insertIndex().

◆ valssize

int rowdata::valssize

size of the array that is currently allocated

Definition at line 83 of file sepa_interminor.c.

Referenced by insertIndex().

◆ auxvars

SCIP_HASHMAP* rowdata::auxvars

entry of the matrix

Definition at line 84 of file sepa_interminor.c.

Referenced by detectMinors(), and insertIndex().