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

Function p_int_le

gecode/flatzinc/registry.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 p_int_CMP(s, IRT_GR, ce, ann);
126 }
127 void p_int_le(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
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 }

Callers

nothing calls this directly

Calls 1

p_int_CMPFunction · 0.85

Tested by

no test coverage detected