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

Method cardMin

gecode/set/var/set.hpp:77–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 SetVar::notContains(int i) const { return x->knownOut(i); }
76
77 forceinline unsigned int
78 SetVar::cardMin(void) const { return x->cardMin(); }
79
80 forceinline unsigned int
81 SetVar::cardMax(void) const { return x->cardMax(); }

Callers 15

fixprobMethod · 0.45
sameMethod · 0.45
pruneMethod · 0.45
disabledMethod · 0.45
compareMethod · 0.45
relFunction · 0.45
cardinalityFunction · 0.45
domFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected