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

Method val

test/set.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 int CountableSet::val(void) const {
65 return cur;
66 }
67
68 SetAssignment::SetAssignment(int n0, const Gecode::IntSet& d0, int _withInt)
69 : n(n0), dsv(new CountableSet[n]), ir(_withInt, d0), done(false), lub(d0),

Callers 15

runMethod · 0.45
operator[]Method · 0.45
runMethod · 0.45
equalFunction · 0.45
solutionMethod · 0.45
solutionMethod · 0.45
constrainMethod · 0.45
bestMethod · 0.45
removeFromLubMethod · 0.45
addToGlbMethod · 0.45
runMethod · 0.45
solutionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected