MCPcopy 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

unlinkMethod · 0.80
VarValGraphMethod · 0.80
min_requireMethod · 0.80
augmenting_pathMethod · 0.80
syncMethod · 0.80
narrowMethod · 0.80
maximum_matchingMethod · 0.80
dfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected