Generated on Fri Jan 10 2020 11:38:25 for Gecode by doxygen 1.8.16
message.hpp File Reference
#include <vector>
#include <string>
#include <cassert>
#include <cstdint>

Go to the source code of this file.

Classes

class  Gecode::CPProfiler::Option< T >
 Optional value class. More...
 
struct  Gecode::CPProfiler::NodeUID
 Unique identifier for a node. More...
 
class  Gecode::CPProfiler::Message
 Message for the CP Profiler. More...
 
class  Gecode::CPProfiler::MessageMarshalling
 

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::CPProfiler
 Code that is specific to the CPProfiler.
 

Enumerations

enum  Gecode::CPProfiler::NodeStatus { Gecode::CPProfiler::SOLVED = 0, Gecode::CPProfiler::FAILED = 1, Gecode::CPProfiler::BRANCH = 2, Gecode::CPProfiler::SKIPPED = 3 }
 Types of nodes for CP Profiler. More...
 
enum  Gecode::CPProfiler::MsgType { Gecode::CPProfiler::MsgType::NODE = 0, Gecode::CPProfiler::MsgType::DONE = 1, Gecode::CPProfiler::MsgType::START = 2, Gecode::CPProfiler::MsgType::RESTART = 3 }
 Types of messages for CP Profiler. More...