Scippy

SCIP

Solving Constraint Integer Programs

SCIP_LPiNorms Struct Reference

Detailed Description

LPi norms stores pricing norms

LPi norms to store dual steepest edge

Definition at line 191 of file lpi_cpx.c.

Data Fields

int normlen
 
double * norm
 
int * head
 
int nrows
 
int ncols
 
SCIP_Realnorms
 

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().

int SCIP_LPiNorms::nrows

number of stored norms corresponding to rows

Definition at line 1372 of file lpi_spx.cpp.

Referenced by SCIPlpiSetNorms().

int SCIP_LPiNorms::ncols

number of stored norms corresponding to cols

Definition at line 1373 of file lpi_spx.cpp.

Referenced by SCIPlpiSetNorms().

SCIP_Real * SCIP_LPiNorms::norms

norms to be (re)stored

Definition at line 1374 of file lpi_spx.cpp.

Referenced by SCIPlpiSetNorms().