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

Method get_match

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

Source from the content-addressed store, hash-verified

607 }
608
609 forceinline Edge*
610 VarNode::get_match(BC bc) const {
611 if (bc == UBC)
612 return ubm;
613 else
614 return lbm;
615 }
616
617
618

Callers 2

syncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected