Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ isval
Function
isval
gecode/int/count/rel.hpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
template<class VY>
58
forceinline bool
59
isval(VY y) {
60
return y.assigned();
61
}
62
template<>
63
forceinline bool
64
isval(IntSet y) {
Callers
4
post
Method · 0.85
propagate
Method · 0.85
post
Method · 0.85
propagate
Method · 0.85
Calls
1
assigned
Method · 0.45
Tested by
no test coverage detected