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

Method contains

gecode/set/var/set.hpp:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 SetVar::unknownSize(void) const { return x->lubSize()-x->glbSize(); }
70
71 forceinline bool
72 SetVar::contains(int i) const { return x->knownIn(i); }
73
74 forceinline bool
75 SetVar::notContains(int i) const { return x->knownOut(i); }

Callers 9

printMethod · 0.45
hasLabelMethod · 0.45
propagateMethod · 0.45
updateAlphaMethod · 0.45
updateBetaMethod · 0.45
postMethod · 0.45
adviseMethod · 0.45
propagateMethod · 0.45
statusMethod · 0.45

Calls 1

knownInMethod · 0.80

Tested by

no test coverage detected