Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

the type definitions for the synchronization store

Author
Stephen J. Maher
Leona Gottwald

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

Definition at line 38 of file type_syncstore.h.

◆ SCIP_SYNCSTORE

structure to store information for synchronization

Definition at line 40 of file type_syncstore.h.

◆ SCIP_SYNCDATA

typedef struct SCIP_SyncData SCIP_SYNCDATA

data for a single synchronization

Definition at line 41 of file type_syncstore.h.

◆ SCIP_BOUNDSTORE

structure to store boundchanges for synchronization

Definition at line 42 of file type_syncstore.h.

Enumeration Type Documentation

◆ SCIP_Parallelmode

The parallel mode

Enumerator
SCIP_PARA_OPPORTUNISTIC 
SCIP_PARA_DETERMINISTIC 

Definition at line 33 of file type_syncstore.h.