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

Method parentUID

gecode/search/cpprofiler/connector.hpp:191–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 inline NodeUID
190 Node::nodeUID() const { return node_; }
191 inline NodeUID
192 Node::parentUID() const { return parent_; }
193
194 inline int
195 Node::node_id() const { return node_.nid; }

Callers 1

sendNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected