the type definitions for the synchronization store
Definition in file type_syncstore.h.
Go to the source code of this file.
typedef enum SCIP_Parallelmode SCIP_PARALLELMODE |
Definition at line 47 of file type_syncstore.h.
typedef struct SCIP_SyncStore SCIP_SYNCSTORE |
structure to store information for synchronization
Definition at line 49 of file type_syncstore.h.
typedef struct SCIP_SyncData SCIP_SYNCDATA |
data for a single synchronization
Definition at line 50 of file type_syncstore.h.
typedef struct SCIP_BoundStore SCIP_BOUNDSTORE |
structure to store boundchanges for synchronization
Definition at line 51 of file type_syncstore.h.
enum SCIP_Parallelmode |
The parallel mode
Enumerator | |
---|---|
SCIP_PARA_OPPORTUNISTIC | |
SCIP_PARA_DETERMINISTIC |
Definition at line 42 of file type_syncstore.h.