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

Method size

gecode/int/nvalues/graph.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 : n_matched(0) {}
39
40 forceinline int
41 Graph::size(void) const {
42 return n_matched;
43 }
44
45 forceinline void
46 Graph::init(Space& home, const ValSet& vs, const ViewArray<IntView>& x) {

Callers 15

costMethod · 0.45
addMethod · 0.45
disjointMethod · 0.45
eliminateMethod · 0.45
all_in_valsetMethod · 0.45
prune_lowerMethod · 0.45
prune_upperMethod · 0.45
postMethod · 0.45
initMethod · 0.45
postMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected