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

Method size

gecode/int/task/array.hpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 template<class Task>
62 forceinline int
63 TaskArray<Task>::size(void) const {
64 return n;
65 }
66 template<class Task>
67 forceinline void
68 TaskArray<Task>::size(int n0) {

Callers 10

n_innerMethod · 0.45
n_nodesMethod · 0.45
tree.hppFile · 0.45
array.hppFile · 0.45
costMethod · 0.45
eventsMethod · 0.45
sortFunction · 0.45
purgeFunction · 0.45
iter.hppFile · 0.45
ManTaskViewIterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected