MCPcopy Create free account
hub / github.com/Gecode/gecode / isNode

Method isNode

gecode/search/cpprofiler/message.hpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146 public:
147 bool isNode(void) const { return _type == MsgType::NODE; }
148 bool isDone(void) const { return _type == MsgType::DONE; }
149 bool isStart(void) const { return _type == MsgType::START; }
150 bool isRestart(void) const { return _type == MsgType::RESTART; }

Callers 2

serializeMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected