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

Method getVar

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

Source from the content-addressed store, hash-verified

910 return &next_edge;
911 }
912 forceinline VarNode*
913 Edge::getVar(void) const {
914 assert(x != nullptr);
915 return x;
916 }
917
918 forceinline ValNode*
919 Edge::getVal(void) const {

Callers 5

min_requireMethod · 0.80
syncMethod · 0.80
narrowMethod · 0.80
maximum_matchingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected