Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
gecode/int/channel/link-multi.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
return i<x.size();
67
}
68
forceinline int
69
BoolIter::val(void) const {
70
assert(x[i].zero());
71
return i+o;
72
}
73
forceinline void
74
BoolIter::operator ++(void) {
75
do {
Callers
15
prune
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
doprop_val
Function · 0.45
post
Method · 0.45
prop_dom
Function · 0.45
propagate
Method · 0.45
propagate
Method · 0.45
connected
Method · 0.45
path
Method · 0.45
post
Method · 0.45
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected