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

Function p_set_lt_reif

gecode/flatzinc/registry.cpp:1967–1969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1965 p_set_rel_reif(s,SRT_LQ,ce);
1966 }
1967 void p_set_lt_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1968 p_set_rel_reif(s,SRT_LE,ce);
1969 }
1970 void p_set_ne_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1971 p_set_rel_reif(s,SRT_NQ,ce);
1972 }

Callers

nothing calls this directly

Calls 1

p_set_rel_reifFunction · 0.85

Tested by

no test coverage detected