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

Method vprev_ref

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

Source from the content-addressed store, hash-verified

902 return prev_vedge;
903 }
904 forceinline Edge**
905 Edge::vprev_ref(void) {
906 return &prev_vedge;
907 }
908 forceinline Edge**
909 Edge::next_ref(void) {
910 return &next_edge;

Callers 2

unlinkMethod · 0.80
VarValGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected