Code that is specific to the CPProfiler. More...
Classes | |
class | Connector |
class | Message |
Message for the CP Profiler. More... | |
class | MessageMarshalling |
class | Node |
struct | NodeUID |
Unique identifier for a node. More... | |
class | Option |
Optional value class. More... | |
Enumerations | |
enum | NodeStatus { SOLVED = 0, FAILED = 1, BRANCH = 2, SKIPPED = 3 } |
Types of nodes for CP Profiler. More... | |
enum | MsgType { MsgType::NODE = 0, MsgType::DONE = 1, MsgType::START = 2, MsgType::RESTART = 3 } |
Types of messages for CP Profiler. More... | |
Code that is specific to the CPProfiler.
|
strong |
Types of messages for CP Profiler.
Enumerator | |
---|---|
NODE | |
DONE | |
START | |
RESTART |
Definition at line 63 of file message.hpp.