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

Method glbSize

gecode/set/var/set.hpp:62–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 */
61
62 forceinline unsigned int
63 SetVar::glbSize(void) const { return x->glbSize(); }
64
65 forceinline unsigned int
66 SetVar::lubSize(void) const { return x->lubSize(); }

Callers 12

fixprobMethod · 0.45
sameMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateSeqFunction · 0.45
bool.hppFile · 0.45
propagateMethod · 0.45
unknownSizeMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected