MCPcopy Create free account
hub / github.com/Gecode/gecode / last

Method last

gecode/int/gcc/dom-sup.hpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 return fst;
520 }
521 forceinline Edge*
522 Node::last(void) const {
523 return lst;
524 }
525 forceinline void
526 Node::first(Edge* p) {
527 fst = p;

Callers 3

unlinkMethod · 0.45
VarValGraphMethod · 0.45
narrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected