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

Method lubSize

gecode/set/var/set.hpp:65–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 SetVar::glbSize(void) const { return x->glbSize(); }
64
65 forceinline unsigned int
66 SetVar::lubSize(void) const { return x->lubSize(); }
67
68 forceinline unsigned int
69 SetVar::unknownSize(void) const { return x->lubSize()-x->glbSize(); }

Callers 8

fixprobMethod · 0.45
sameMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateSeqFunction · 0.45
unknownSizeMethod · 0.45
equalLUBFunction · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected