Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
post
Method · 0.80
propagate
Method · 0.80
prop_pow_bnd
Function · 0.80
post
Method · 0.80
propagate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected