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

Function p_int_eq_imp

gecode/flatzinc/registry.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 void p_int_eq_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
178 p_int_CMP_reif(s, IRT_EQ, RM_IMP, ce, ann);
179 }
180 void p_int_ne_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
181 p_int_CMP_reif(s, IRT_NQ, RM_IMP, ce, ann);
182 }

Callers

nothing calls this directly

Calls 1

p_int_CMP_reifFunction · 0.85

Tested by

no test coverage detected