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

Method unknownSize

gecode/set/var/set.hpp:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 SetVar::lubSize(void) const { return x->lubSize(); }
67
68 forceinline unsigned int
69 SetVar::unknownSize(void) const { return x->lubSize()-x->glbSize(); }
70
71 forceinline bool
72 SetVar::contains(int i) const { return x->knownIn(i); }

Callers 3

operator ()Method · 0.45
slackMethod · 0.45
propagateMethod · 0.45

Calls 2

lubSizeMethod · 0.45
glbSizeMethod · 0.45

Tested by

no test coverage detected