type definitions for exact LP management
Definition in file type_lpexact.h.
Go to the source code of this file.
| 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.
| 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.
| 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.
| typedef struct SCIP_ColExact SCIP_COLEXACT |
| typedef struct SCIP_RowExact SCIP_ROWEXACT |
| typedef struct SCIP_ProjShiftData SCIP_PROJSHIFTDATA |
data used for project and shift
Definition at line 58 of file type_lpexact.h.
| typedef struct SCIP_LpExact SCIP_LPEXACT |
| typedef enum Ps_dualcostsel PS_DUALCOSTSEL |
Definition at line 72 of file type_lpexact.h.
| 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.