GAMS  1.2.2
gams::controllers Namespace Reference

Provides controllers for managing autonomy and execution. More...

Classes

class  BaseController
 The basic controller that can be used to perform actions on platforms and algorithms. More...
 
class  ControllerSettings
 Settings used for initializing GAMS controllers. More...
 
class  MapeLoop
 A highly extensible MAPE loop. More...
 
class  Multicontroller
 A controller that has the capability of starting many different threads. More...
 

Enumerations

enum  CheckpointStrategies {
  CHECKPOINT_NONE = 0, CHECKPOINT_EVERY_LOOP = 1, CHECKPOINT_EVERY_SEND = 2, CHECKPOINT_SAVE_DIFFS = 4,
  CHECKPOINT_SAVE_FULL_CONTEXTS = 8, CHECKPOINT_SAVE_ONE_FILE = 16, CHECKPOINT_SAVE_DIFFS_IN_ONE_FILE = 20
}
 

Detailed Description

Provides controllers for managing autonomy and execution.

Enumeration Type Documentation

Enumerator
CHECKPOINT_NONE 
CHECKPOINT_EVERY_LOOP 
CHECKPOINT_EVERY_SEND 
CHECKPOINT_SAVE_DIFFS 
CHECKPOINT_SAVE_FULL_CONTEXTS 
CHECKPOINT_SAVE_ONE_FILE 
CHECKPOINT_SAVE_DIFFS_IN_ONE_FILE 

Definition at line 65 of file ControllerSettings.h.