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

Method unmatch

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

Source from the content-addressed store, hash-verified

598 }
599
600 forceinline void
601 VarNode::unmatch(BC bc) {
602 if (bc == UBC) {
603 nf &= ~NF_M_UBC; ubm = nullptr;
604 } else {
605 nf &= ~NF_M_LBC; lbm = nullptr;
606 }
607 }
608
609 forceinline Edge*
610 VarNode::get_match(BC bc) const {

Callers 2

augmenting_pathMethod · 0.80
syncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected