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

Method prev_ref

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

Source from the content-addressed store, hash-verified

894 return prev_edge;
895 }
896 forceinline Edge**
897 Edge::prev_ref(void) {
898 return &prev_edge;
899 }
900 forceinline Edge*
901 Edge::vprev(void) const {
902 return prev_vedge;

Callers 2

unlinkMethod · 0.80
VarValGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected