Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
gecode/int/element/int.hpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
template<class V0, class V1, class Idx, class Val>
76
forceinline Idx
77
Int<V0,V1,Idx,Val>::IterIdxUnmark::val(void) const {
78
assert(!iv[i].marked());
79
return iv[i].idx;
80
}
81
82
83
Callers
4
post
Method · 0.45
assigned_val
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
Calls
1
marked
Method · 0.45
Tested by
no test coverage detected