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

Function size

contribs/qecode/WorkManager.hh:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 QECODE_EXPORT bool empty() {return l.empty();}
60 QECODE_EXPORT QWork top() {return l.front();}
61 QECODE_EXPORT int size() {return l.size();}
62
63 QECODE_EXPORT void trash(vector<int> prefix);
64};

Callers 15

CountableSetMethod · 0.50
initMethod · 0.50
pruneMethod · 0.50
disabledMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected