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

Function p_int_lt

gecode/flatzinc/registry.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 p_int_CMP(s, IRT_LQ, ce, ann);
129 }
130 void p_int_lt(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
131 p_int_CMP(s, IRT_LE, ce, ann);
132 }
133 void p_int_CMP_reif(FlatZincSpace& s, IntRelType irt, ReifyMode rm,
134 const ConExpr& ce, AST::Node* ann) {
135 if (rm == RM_EQV && ce[2]->isBool()) {

Callers

nothing calls this directly

Calls 1

p_int_CMPFunction · 0.85

Tested by

no test coverage detected