Detailed Description
type definitions for specific LP solvers interface
Definition in file type_lpi.h.
Go to the source code of this file.
Typedefs | |
typedef enum SCIP_ObjSen | SCIP_OBJSEN |
typedef enum SCIP_LPParam | SCIP_LPPARAM |
typedef enum SCIP_Pricing | SCIP_PRICING |
typedef enum SCIP_BaseStat | SCIP_BASESTAT |
typedef enum SCIP_LPSolQuality | SCIP_LPSOLQUALITY |
typedef struct SCIP_LPi | SCIP_LPI |
typedef struct SCIP_LPiState | SCIP_LPISTATE |
typedef struct SCIP_LPiNorms | SCIP_LPINORMS |
Typedef Documentation
◆ SCIP_OBJSEN
typedef enum SCIP_ObjSen SCIP_OBJSEN |
Definition at line 45 of file type_lpi.h.
◆ SCIP_LPPARAM
typedef enum SCIP_LPParam SCIP_LPPARAM |
Definition at line 73 of file type_lpi.h.
◆ SCIP_PRICING
typedef enum SCIP_Pricing SCIP_PRICING |
Definition at line 86 of file type_lpi.h.
◆ SCIP_BASESTAT
typedef enum SCIP_BaseStat SCIP_BASESTAT |
Definition at line 96 of file type_lpi.h.
◆ SCIP_LPSOLQUALITY
typedef enum SCIP_LPSolQuality SCIP_LPSOLQUALITY |
Definition at line 104 of file type_lpi.h.
◆ SCIP_LPI
solver dependent LP interface
Definition at line 106 of file type_lpi.h.
◆ SCIP_LPISTATE
typedef struct SCIP_LPiState SCIP_LPISTATE |
complete LP state (i.e. basis information)
Definition at line 107 of file type_lpi.h.
◆ SCIP_LPINORMS
typedef struct SCIP_LPiNorms SCIP_LPINORMS |
LP pricing norms information
Definition at line 108 of file type_lpi.h.
Enumeration Type Documentation
◆ SCIP_ObjSen
enum SCIP_ObjSen |
objective sense
Enumerator | |
---|---|
SCIP_OBJSEN_MAXIMIZE | maximize objective function |
SCIP_OBJSEN_MINIMIZE | minimize objective function |
Definition at line 40 of file type_lpi.h.
◆ SCIP_LPParam
enum SCIP_LPParam |
LP solver parameters
Definition at line 48 of file type_lpi.h.
◆ SCIP_Pricing
enum SCIP_Pricing |
LP pricing strategy
Definition at line 76 of file type_lpi.h.
◆ SCIP_BaseStat
enum SCIP_BaseStat |
basis status for columns and rows
Definition at line 89 of file type_lpi.h.
◆ SCIP_LPSolQuality
enum SCIP_LPSolQuality |
LP solution quality quantities
Enumerator | |
---|---|
SCIP_LPSOLQUALITY_ESTIMCONDITION | estimated condition number of (scaled) basis matrix (SCIP_Real) |
SCIP_LPSOLQUALITY_EXACTCONDITION | exact condition number of (scaled) basis matrix (SCIP_Real) |
Definition at line 99 of file type_lpi.h.