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

Function p_int_ge

gecode/flatzinc/registry.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 p_int_CMP(s, IRT_NQ, ce, ann);
120 }
121 void p_int_ge(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
122 p_int_CMP(s, IRT_GQ, ce, ann);
123 }
124 void p_int_gt(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
125 p_int_CMP(s, IRT_GR, ce, ann);
126 }

Callers

nothing calls this directly

Calls 1

p_int_CMPFunction · 0.85

Tested by

no test coverage detected