| 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); |
| 2247 | } |
| 2248 | |
| 2249 | void p_float_times(FlatZincSpace& s, const ConExpr& ce, AST::Node*) { |
| 2250 | FloatVar x = s.arg2FloatVar(ce[0]); |
nothing calls this directly
no test coverage detected