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

Method val

gecode/int/arithmetic/pow.hpp:261–263  ·  view source on GitHub ↗

Perform mapping

Source from the content-addressed store, hash-verified

259 forceinline ValuesMapPow(const Ops& o) : ops(o) {}
260 /// Perform mapping
261 forceinline int val(int x) const {
262 return ops.pow(x);
263 }
264 };
265
266 /// Mapping integer (must be an n-th power) to n-th root

Callers 8

postMethod · 0.45
propagateMethod · 0.45
prop_abs_bndFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45
ExecStatus prop_mult_domFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls 1

powMethod · 0.45

Tested by

no test coverage detected