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

Function p_int_eq

gecode/flatzinc/registry.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114 }
115 void p_int_eq(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
116 p_int_CMP(s, IRT_EQ, ce, ann);
117 }
118 void p_int_ne(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
119 p_int_CMP(s, IRT_NQ, ce, ann);
120 }

Callers

nothing calls this directly

Calls 1

p_int_CMPFunction · 0.85

Tested by

no test coverage detected