Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ next
Method
next
gecode/int/gcc/dom-sup.hpp:871–874 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
return (ef & EF_MRKLB) != 0;
870
}
871
forceinline Edge*
872
Edge::next(void) const {
873
return next_edge;
874
}
875
forceinline Edge*
876
Edge::next(bool t) const {
877
if (t) {
Callers
6
min_require
Method · 0.45
augmenting_path
Method · 0.45
sync
Method · 0.45
narrow
Method · 0.45
free_alternating_paths
Method · 0.45
dfs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected