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

Method getMate

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

Source from the content-addressed store, hash-verified

922 }
923
924 forceinline Node*
925 Edge::getMate(bool type) const {
926 if (type)
927 return x;
928 else
929 return v;
930 }
931
932 forceinline void
933 Edge::unmatch(BC bc) {

Callers 2

augmenting_pathMethod · 0.80
dfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected