type_lpexact.h File Reference
Detailed Description
type definitions for exact LP management
Definition in file type_lpexact.h.
Go to the source code of this file.
Typedefs | |
| typedef struct SCIP_ColExactSolVals | SCIP_COLEXACTSOLVALS |
| typedef struct SCIP_RowExactSolVals | SCIP_ROWEXACTSOLVALS |
| typedef struct SCIP_LpExactSolVals | SCIP_LPEXACTSOLVALS |
| typedef struct SCIP_ColExact | SCIP_COLEXACT |
| typedef struct SCIP_RowExact | SCIP_ROWEXACT |
| typedef struct SCIP_ProjShiftData | SCIP_PROJSHIFTDATA |
| typedef struct SCIP_LpExact | SCIP_LPEXACT |
| typedef enum Ps_dualcostsel | PS_DUALCOSTSEL |
Enumerations | |
| enum | Ps_dualcostsel { PS_DUALCOSTSEL_NO = 0 , PS_DUALCOSTSEL_ACTIVE_FPLP = 1 , PS_DUALCOSTSEL_ACTIVE_EXLP = 2 } |
Typedef Documentation
◆ SCIP_COLEXACTSOLVALS
| typedef struct SCIP_ColExactSolVals SCIP_COLEXACTSOLVALS |
collected values of a column which depend on the LP solution
Definition at line 40 of file type_lpexact.h.
◆ SCIP_ROWEXACTSOLVALS
| typedef struct SCIP_RowExactSolVals SCIP_ROWEXACTSOLVALS |
collected values of a row which depend on the LP solution
Definition at line 41 of file type_lpexact.h.
◆ SCIP_LPEXACTSOLVALS
| typedef struct SCIP_LpExactSolVals SCIP_LPEXACTSOLVALS |
collected values of the exact LP data which depend on the LP solution
Definition at line 42 of file type_lpexact.h.
◆ SCIP_COLEXACT
| typedef struct SCIP_ColExact SCIP_COLEXACT |
◆ SCIP_ROWEXACT
| typedef struct SCIP_RowExact SCIP_ROWEXACT |
◆ SCIP_PROJSHIFTDATA
| typedef struct SCIP_ProjShiftData SCIP_PROJSHIFTDATA |
data used for project and shift
Definition at line 58 of file type_lpexact.h.
◆ SCIP_LPEXACT
| typedef struct SCIP_LpExact SCIP_LPEXACT |
◆ PS_DUALCOSTSEL
| typedef enum Ps_dualcostsel PS_DUALCOSTSEL |
Definition at line 72 of file type_lpexact.h.
Enumeration Type Documentation
◆ Ps_dualcostsel
| enum Ps_dualcostsel |
| Enumerator | |
|---|---|
| PS_DUALCOSTSEL_NO | no selection |
| PS_DUALCOSTSEL_ACTIVE_FPLP | active rows of fp lp |
| PS_DUALCOSTSEL_ACTIVE_EXLP | active rows of exact lp |
Definition at line 66 of file type_lpexact.h.