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

Function p_int_ge_imp

gecode/flatzinc/registry.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 p_int_CMP_reif(s, IRT_NQ, RM_IMP, ce, ann);
182 }
183 void p_int_ge_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
184 p_int_CMP_reif(s, IRT_GQ, RM_IMP, ce, ann);
185 }
186 void p_int_gt_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
187 p_int_CMP_reif(s, IRT_GR, RM_IMP, ce, ann);
188 }

Callers

nothing calls this directly

Calls 1

p_int_CMP_reifFunction · 0.85

Tested by

no test coverage detected