Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LPiNorms Struct Reference

Detailed Description

LPi norms stores pricing norms

Definition at line 184 of file lpi_cpx.c.

Data Fields

int normlen
 
double * norm
 
int * head
 

Field Documentation

int SCIP_LPiNorms::normlen

number of rows for which dual norm is stored

Definition at line 186 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().

double* SCIP_LPiNorms::norm

dual norms

Definition at line 187 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().

int* SCIP_LPiNorms::head

row/column indices corresponding to norms

Definition at line 188 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().