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

Method min

gecode/int/arithmetic/nroot.hpp:259–261  ·  view source on GitHub ↗

Perform mapping of minimum

Source from the content-addressed store, hash-verified

257 forceinline RangesMapPow(const Ops& o) : ops(o) {}
258 /// Perform mapping of minimum
259 forceinline int min(int x) const {
260 return ops.tpow(x);
261 }
262 /// Perform mapping of maximum
263 forceinline int max(int x) const {
264 return ops.tpow(x+1)-1;

Callers 15

propagateMethod · 0.45
prop_abs_bndFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
posFunction · 0.45
anyFunction · 0.45

Calls 1

tpowMethod · 0.80

Tested by

no test coverage detected