Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LPiNorms Struct Reference

Detailed Description

LPi norms stores pricing norms

Definition at line 191 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 193 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().

double* SCIP_LPiNorms::norm

dual norms

Definition at line 194 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().

int* SCIP_LPiNorms::head

row/column indices corresponding to norms

Definition at line 195 of file lpi_cpx.c.

Referenced by SCIPlpiSetNorms().