SCIP_LPiNorms Struct Reference
Detailed Description
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 |
Field Documentation
◆ normlen
| int SCIP_LPiNorms::normlen |
number of rows for which dual norm is stored
Definition at line 199 of file lpi_cpx.c.
Referenced by SCIPlpiSetNorms().
◆ norm
◆ head
| int* SCIP_LPiNorms::head |
◆ ncols
| 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 210 of file lpi_grb.c.
Referenced by SCIPlpiSetNorms().
◆ nrows
| 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 211 of file lpi_grb.c.
Referenced by SCIPlpiSetNorms().
◆ colnorm
| double* SCIP_LPiNorms::colnorm |
◆ rownorm
| double* SCIP_LPiNorms::rownorm |
◆ cstat
| char* SCIP_LPiNorms::cstat |
◆ rstat
| char* SCIP_LPiNorms::rstat |
◆ norms
| SCIP_Real * SCIP_LPiNorms::norms |
row norms
norms to be (re)stored
Definition at line 85 of file lpi_qso.c.
Referenced by SCIPlpiSetNorms().
