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

Method in

gecode/float/var-imp/float.hpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return dom.zero_in();
102 }
103 forceinline bool
104 FloatVarImp::in(FloatNum n) const {
105 return dom.in(n);
106 }
107 forceinline bool
108 FloatVarImp::in(const FloatVal& n) const {
109 return subset(n,dom);

Callers 1

eqMethod · 0.45

Calls 1

subsetFunction · 0.50

Tested by

no test coverage detected