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

Method vnext_ref

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

Source from the content-addressed store, hash-verified

886 return next_vedge;
887 }
888 forceinline Edge**
889 Edge::vnext_ref(void) {
890 return &next_vedge;
891 }
892 forceinline Edge*
893 Edge::prev(void) const {
894 return prev_edge;

Callers 2

unlinkMethod · 0.80
VarValGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected