Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ range
Method
range
gecode/int/var/int.hpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
forceinline bool
93
IntVar::range(void) const {
94
return x->range();
95
}
96
forceinline bool
97
IntVar::in(int n) const {
98
return x->in(n);
Callers
7
printIntVar
Function · 0.45
propagate
Method · 0.45
bounds_propagation
Function · 0.45
propagate
Method · 0.45
val
Method · 0.45
prune
Method · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected