| 75 | } |
| 76 | |
| 77 | LinFloatRel |
| 78 | operator !=(const FloatVal& l, const FloatVar& r) { |
| 79 | return LinFloatRel(l,FRT_NQ,(const LinFloatExpr&)r); |
| 80 | } |
| 81 | LinFloatRel |
| 82 | operator !=(const FloatVal& l, const LinFloatExpr& r) { |
| 83 | return LinFloatRel(l,FRT_NQ,r); |
nothing calls this directly
no test coverage detected