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

Method ect

gecode/int/unary/tree.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 template<class TaskView>
79 forceinline int
80 OmegaTree<TaskView>::ect(void) const {
81 return root().ect;
82 }
83
84 template<class TaskView>
85 forceinline int

Callers 7

ExecStatus edgefindingFunction · 0.45
ExecStatus detectableFunction · 0.45
task-view.hppFile · 0.45
overloadFunction · 0.45
ExecStatus notlastFunction · 0.45
ExecStatus edgefindingFunction · 0.45
task.hppFile · 0.45

Calls 3

leafMethod · 0.80
removeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected