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

Method n_nodes

gecode/int/task/tree.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55 template<class TaskView, class Node>
56 forceinline int
57 TaskTree<TaskView,Node>::n_nodes(void) const {
58 return 2*tasks.size() - 1;
59 }
60
61 template<class TaskView, class Node>
62 forceinline bool

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected