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

Method cardMax

gecode/set/var/set.hpp:80–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 SetVar::cardMin(void) const { return x->cardMin(); }
79
80 forceinline unsigned int
81 SetVar::cardMax(void) const { return x->cardMax(); }
82
83 forceinline int
84 SetVar::lubMin(void) const { return x->lubMin(); }

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected