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

Method createNode

gecode/search/cpprofiler/connector.hpp:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 }
401
402 inline Node
403 Connector::createNode(NodeUID node, NodeUID parent,
404 int alt, int kids, NodeStatus status) {
405 return Node(node, parent, alt, kids, status);
406 }
407
408}}
409

Callers 2

skipMethod · 0.80
nodeMethod · 0.80

Calls 1

NodeClass · 0.70

Tested by

no test coverage detected