Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ill
Function
ill
gecode/int/arithmetic/mult.hpp:57–60 ·
view source on GitHub ↗
Increment \a x by one
Source
from the content-addressed store, hash-verified
55
}
56
/// Increment \a x by one
57
forceinline long long int
58
ill(int x) {
59
return static_cast<long long int>(x) + 1;
60
}
61
/// Decrement \a x by one
62
forceinline long long int
63
dll(int x) {
Callers
1
propagate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected