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

Method set_parentUID

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

Source from the content-addressed store, hash-verified

154
155 NodeUID parentUID(void) const { return _parent; }
156 void set_parentUID(const NodeUID& p) { _parent = p; }
157
158 int32_t alt(void) const { return _alt; }
159 void set_alt(int32_t alt) { _alt = alt; }

Callers 2

MessageMarshallingClass · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected