Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ next_edge_ref
Method
next_edge_ref
gecode/int/view-val-graph/edge.hpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
template<class View>
95
forceinline Edge<View>**
96
Edge<View>::next_edge_ref(void) {
97
return &_next_edge;
98
}
99
template<class View>
100
forceinline Edge<View>*
101
Edge<View>::next(void) const {
Callers
4
init
Method · 0.80
sync
Method · 0.80
init
Method · 0.80
sync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected