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

Function p_int_lt_imp

gecode/flatzinc/registry.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 p_int_CMP_reif(s, IRT_LQ, RM_IMP, ce, ann);
191 }
192 void p_int_lt_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
193 p_int_CMP_reif(s, IRT_LE, RM_IMP, ce, ann);
194 }
195
196 /* linear (in-)equations */
197 void p_int_lin_CMP(FlatZincSpace& s, IntRelType irt, const ConExpr& ce,

Callers

nothing calls this directly

Calls 1

p_int_CMP_reifFunction · 0.85

Tested by

no test coverage detected