type_syncstore.h File Reference
Detailed Description
the type definitions for the synchronization store
Definition in file type_syncstore.h.
Go to the source code of this file.
Typedefs | |
typedef enum SCIP_Parallelmode | SCIP_PARALLELMODE |
typedef struct SCIP_SyncStore | SCIP_SYNCSTORE |
typedef struct SCIP_SyncData | SCIP_SYNCDATA |
typedef struct SCIP_BoundStore | SCIP_BOUNDSTORE |
Enumerations | |
enum | SCIP_Parallelmode { SCIP_PARA_OPPORTUNISTIC = 0, SCIP_PARA_DETERMINISTIC = 1 } |
Typedef Documentation
◆ SCIP_PARALLELMODE
typedef enum SCIP_Parallelmode SCIP_PARALLELMODE |
Definition at line 47 of file type_syncstore.h.
◆ SCIP_SYNCSTORE
typedef struct SCIP_SyncStore SCIP_SYNCSTORE |
structure to store information for synchronization
Definition at line 49 of file type_syncstore.h.
◆ SCIP_SYNCDATA
typedef struct SCIP_SyncData SCIP_SYNCDATA |
data for a single synchronization
Definition at line 50 of file type_syncstore.h.
◆ SCIP_BOUNDSTORE
typedef struct SCIP_BoundStore SCIP_BOUNDSTORE |
structure to store boundchanges for synchronization
Definition at line 51 of file type_syncstore.h.
Enumeration Type Documentation
◆ SCIP_Parallelmode
enum SCIP_Parallelmode |
The parallel mode
Enumerator | |
---|---|
SCIP_PARA_OPPORTUNISTIC | |
SCIP_PARA_DETERMINISTIC |
Definition at line 42 of file type_syncstore.h.