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

Function p_int_lin_gt

gecode/flatzinc/registry.cpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 p_int_lin_CMP_reif(s, IRT_GQ, RM_IMP, ce, ann);
314 }
315 void p_int_lin_gt(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
316 p_int_lin_CMP(s, IRT_GR, ce, ann);
317 }
318 void p_int_lin_gt_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
319 p_int_lin_CMP_reif(s, IRT_GR, RM_EQV, ce, ann);
320 }

Callers

nothing calls this directly

Calls 1

p_int_lin_CMPFunction · 0.85

Tested by

no test coverage detected