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

Method nodeUID

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

Source from the content-addressed store, hash-verified

150 bool isRestart(void) const { return _type == MsgType::RESTART; }
151
152 NodeUID nodeUID(void) const { return _node; }
153 void set_nodeUID(const NodeUID& n) { _node = n; }
154
155 NodeUID parentUID(void) const { return _parent; }

Callers 1

serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected