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

Method next

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

Source from the content-addressed store, hash-verified

869 return (ef & EF_MRKLB) != 0;
870 }
871 forceinline Edge*
872 Edge::next(void) const {
873 return next_edge;
874 }
875 forceinline Edge*
876 Edge::next(bool t) const {
877 if (t) {

Callers 6

min_requireMethod · 0.45
augmenting_pathMethod · 0.45
syncMethod · 0.45
narrowMethod · 0.45
dfsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected