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 enum SCIP_Parallelmode SCIP_PARALLELMODE |
Definition at line 38 of file type_syncstore.h.
typedef struct SCIP_SyncStore SCIP_SYNCSTORE |
structure to store information for synchronization
Definition at line 40 of file type_syncstore.h.
typedef struct SCIP_SyncData SCIP_SYNCDATA |
data for a single synchronization
Definition at line 41 of file type_syncstore.h.
typedef struct SCIP_BoundStore SCIP_BOUNDSTORE |
structure to store boundchanges for synchronization
Definition at line 42 of file type_syncstore.h.
enum SCIP_Parallelmode |
The parallel mode
Enumerator | |
---|---|
SCIP_PARA_OPPORTUNISTIC | |
SCIP_PARA_DETERMINISTIC |
Definition at line 33 of file type_syncstore.h.