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

Method cardMin

gecode/set/var-imp/set.hpp:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 forceinline unsigned int
99 SetVarImp::cardMin(void) const { return glb.card(); }
100
101 forceinline unsigned int
102 SetVarImp::cardMax(void) const { return lub.card(); }

Callers 1

SetVarImpBaseFunction · 0.45

Calls 1

cardMethod · 0.45

Tested by

no test coverage detected