Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ first
Method
first
gecode/int/gcc/dom-sup.hpp:517–520 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
return &e;
516
}
517
forceinline Edge*
518
Node::first(void) const {
519
return fst;
520
}
521
forceinline Edge*
522
Node::last(void) const {
523
return lst;
Callers
9
unlink
Method · 0.80
VarValGraph
Method · 0.80
min_require
Method · 0.80
augmenting_path
Method · 0.80
sync
Method · 0.80
narrow
Method · 0.80
maximum_matching
Method · 0.80
free_alternating_paths
Method · 0.80
dfs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected