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

Method n_inner

gecode/int/task/tree.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template<class TaskView, class Node>
51 forceinline int
52 TaskTree<TaskView,Node>::n_inner(void) const {
53 return tasks.size()-1;
54 }
55 template<class TaskView, class Node>
56 forceinline int
57 TaskTree<TaskView,Node>::n_nodes(void) const {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected