MCPcopy Create free account
hub / github.com/Gecode/gecode / operator +

Function operator +

gecode/float/val.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 */
162
163 forceinline FloatVal
164 operator +(const FloatVal& x) {
165 return FloatVal(+x.x);
166 }
167 forceinline FloatVal
168 operator -(const FloatVal& x) {
169 FloatNum mmi = (x.min() == 0.0) ? 0.0 : -x.min();

Callers

nothing calls this directly

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected