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

Function p_bool_ge

gecode/flatzinc/registry.cpp:532–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 p_bool_CMP_reif(s, IRT_NQ, RM_IMP, ce, ann);
531 }
532 void p_bool_ge(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
533 p_bool_CMP(s, IRT_GQ, ce, ann);
534 }
535 void p_bool_ge_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
536 p_bool_CMP_reif(s, IRT_GQ, RM_EQV, ce, ann);
537 }

Callers

nothing calls this directly

Calls 1

p_bool_CMPFunction · 0.85

Tested by

no test coverage detected