Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assigned
Function
assigned
gecode/int/precede/single.hpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
/// Whether \a x is assigned to value \a v
41
template<class View>
42
forceinline bool
43
assigned(View x, int v) {
44
return x.assigned() && (x.val() == v);
45
}
46
47
template<class View>
48
forceinline
Callers
15
rndvar
Method · 0.85
val
Method · 0.85
subscribe
Method · 0.85
reschedule
Method · 0.85
intersect
Method · 0.85
intersectI
Method · 0.85
includeI
Method · 0.85
excludeI
Method · 0.85
subscribe
Method · 0.85
reschedule
Method · 0.85
gq
Method · 0.85
lq
Method · 0.85
Calls
2
assigned
Method · 0.45
val
Method · 0.45
Tested by
no test coverage detected