Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ isintset
Function
isintset
gecode/int/count/rel.hpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template<class VY>
44
forceinline bool
45
isintset(VY y) {
46
(void) y;
47
return false;
48
}
49
template<>
50
forceinline bool
51
isintset(IntSet y) {
Callers
4
int-base.hpp
File · 0.85
dispose
Method · 0.85
view-base.hpp
File · 0.85
dispose
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected