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

Method knownOut

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

Source from the content-addressed store, hash-verified

105 SetVarImp::knownIn(int i) const { return (glb.in(i)); }
106
107 forceinline bool
108 SetVarImp::knownOut(int i) const { return !(lub.in(i)); }
109
110 forceinline int
111 SetVarImp::lubMin(void) const { return lub.min(); }

Callers 2

notContainsMethod · 0.80
notContainsMethod · 0.80

Calls 1

inMethod · 0.45

Tested by

no test coverage detected