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

Method inedge

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

Source from the content-addressed store, hash-verified

535 return (nf & NF_VAL) != 0;
536 }
537 forceinline Edge*
538 Node::inedge(void) const {
539 return ie;
540 }
541 forceinline void
542 Node::inedge(Edge* p) {
543 ie = p;

Callers 2

augmenting_pathMethod · 0.80
dfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected