Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ used
Method
used
gecode/int/view-val-graph/edge.hpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
template<class View>
74
forceinline bool
75
Edge<View>::used(Node<View>* v) const {
76
return sd.is_set() || (v->comp == sd.ptr(v)->comp);
77
}
78
template<class View>
79
forceinline void
80
Edge<View>::use(void) {
Callers
3
iter-prune-val.hpp
File · 0.45
operator ++
Method · 0.45
val
Method · 0.45
Calls
2
is_set
Method · 0.80
ptr
Method · 0.80
Tested by
no test coverage detected