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

Function p_float_lin_le_reif

gecode/flatzinc/registry.cpp:2240–2243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2238 p_float_lin_cmp(s,FRT_LE,ce,ann);
2239 }
2240 void p_float_lin_le_reif(FlatZincSpace& s, const ConExpr& ce,
2241 AST::Node* ann) {
2242 p_float_lin_cmp_reif(s,FRT_LQ,ce,ann);
2243 }
2244 void p_float_lin_lt_reif(FlatZincSpace& s, const ConExpr& ce,
2245 AST::Node* ann) {
2246 p_float_lin_cmp_reif(s,FRT_LE,ce,ann);

Callers

nothing calls this directly

Calls 1

p_float_lin_cmp_reifFunction · 0.85

Tested by

no test coverage detected