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

Function p_set_eq_reif

gecode/flatzinc/registry.cpp:1961–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1959 }
1960
1961 void p_set_eq_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1962 p_set_rel_reif(s,SRT_EQ,ce);
1963 }
1964 void p_set_le_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
1965 p_set_rel_reif(s,SRT_LQ,ce);
1966 }

Callers

nothing calls this directly

Calls 1

p_set_rel_reifFunction · 0.85

Tested by

no test coverage detected