Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ xmax
Method
xmax
gecode/set/rel/lq.hpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
return get(2*i);
169
}
170
forceinline bool
171
CharacteristicSets::xmax(unsigned int i) const {
172
return get(2*i+1);
173
}
174
forceinline bool
175
CharacteristicSets::ymin(unsigned int i) const {
176
return get(2*xsize+2*i);
Callers
1
propagate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected