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

Method getVal

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

Source from the content-addressed store, hash-verified

916 }
917
918 forceinline ValNode*
919 Edge::getVal(void) const {
920 assert(v != nullptr);
921 return v;
922 }
923
924 forceinline Node*
925 Edge::getMate(bool type) const {

Callers 4

min_requireMethod · 0.45
syncMethod · 0.45
narrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected