Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ vnext
Method
vnext
gecode/int/gcc/dom-sup.hpp:884–887 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
}
883
884
forceinline Edge*
885
Edge::vnext(void) const {
886
return next_vedge;
887
}
888
forceinline Edge**
889
Edge::vnext_ref(void) {
890
return &next_vedge;
Callers
3
min_require
Method · 0.80
maximum_matching
Method · 0.80
free_alternating_paths
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected