LPi norms stores pricing norms
row norms
LPi norms to store dual steepest edge
Data Fields | |
| int | normlen |
| double * | norm |
| int * | head |
| int | ncols |
| int | nrows |
| double * | colnorm |
| double * | rownorm |
| char * | cstat |
| char * | rstat |
| SCIP_Real * | norms |
| int SCIP_LPiNorms::normlen |
number of rows for which dual norm is stored
Definition at line 190 of file lpi_cpx.c.
Referenced by SCIPlpiSetNorms().
| int* SCIP_LPiNorms::head |
| int SCIP_LPiNorms::ncols |
number of columns for which dual norm is stored
number of columns
number of stored norms corresponding to cols
Definition at line 174 of file lpi_grb.c.
Referenced by SCIPlpiSetNorms().
| int SCIP_LPiNorms::nrows |
number of rows for which dual norm is stored
number of rows
number of stored norms corresponding to rows
Definition at line 175 of file lpi_grb.c.
Referenced by SCIPlpiSetNorms().
| double* SCIP_LPiNorms::colnorm |
| double* SCIP_LPiNorms::rownorm |
| char* SCIP_LPiNorms::cstat |
| char* SCIP_LPiNorms::rstat |
| SCIP_Real * SCIP_LPiNorms::norms |
row norms
norms to be (re)stored
Definition at line 65 of file lpi_qso.c.
Referenced by SCIPlpiSetNorms().