Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ranges
Method
ranges
gecode/int/int-set-1.hpp:170–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
forceinline int
171
IntSet::ranges(void) const {
172
IntSetObject* o = static_cast<IntSetObject*>(object());
173
return (o == nullptr) ? 0 : o->n;
174
}
175
176
forceinline bool
177
IntSet::in(int n) const {
Callers
7
solution
Method · 0.45
solution
Method · 0.45
solution
Method · 0.45
solution
Method · 0.45
init
Method · 0.45
int-set-1.hpp
File · 0.45
count
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected