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

Method singleton

gecode/float/val.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 (nextafter(x.lower(),x.upper()) == x.upper()));
90 }
91 forceinline bool
92 FloatVal::singleton(void) const {
93 return gecode_boost::numeric::singleton(x);
94 }
95 forceinline bool
96 FloatVal::in(FloatNum n) const {
97 return gecode_boost::numeric::in(n,x);

Callers 1

printElemMethod · 0.80

Calls 1

singletonFunction · 0.50

Tested by

no test coverage detected