SCIP Doxygen Documentation
Loading...
Searching...
No Matches
type_lpexact.h File Reference

Detailed Description

type definitions for exact LP management

Author
Leon Eifler

Definition in file type_lpexact.h.

Go to the source code of this file.

Typedef Documentation

◆ SCIP_COLEXACTSOLVALS

collected values of a column which depend on the LP solution

Definition at line 40 of file type_lpexact.h.

◆ SCIP_ROWEXACTSOLVALS

collected values of a row which depend on the LP solution

Definition at line 41 of file type_lpexact.h.

◆ 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

column of an exact LP

Definition at line 49 of file type_lpexact.h.

◆ SCIP_ROWEXACT

typedef struct SCIP_RowExact SCIP_ROWEXACT

row of an exact LP

Definition at line 55 of file type_lpexact.h.

◆ 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

exact LP structure

Definition at line 64 of file type_lpexact.h.

◆ PS_DUALCOSTSEL

Definition at line 72 of file type_lpexact.h.

Enumeration Type Documentation

◆ 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.