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

Method even

gecode/int/arithmetic/pow-ops.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 PowOps::PowOps(int n0) : n(n0) {}
38
39 forceinline bool
40 PowOps::even(int m) {
41 return (m & 1) == 0;
42 }
43
44 forceinline bool
45 PowOps::even(void) const {

Callers 5

postMethod · 0.80
propagateMethod · 0.80
prop_pow_bndFunction · 0.80
postMethod · 0.80
propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected