The current implementation of Alt-Ergo doesn't support the float theory https://smtlib.cs.uiowa.edu/theories-FloatingPoint.shtml but
a theory about round functions from the real to subset of real corresponding to finite floats with fixed precision.
In particular, our implementation doesn't support infinity values or NaN values.
The current implementation of Alt-Ergo doesn't support the float theory https://smtlib.cs.uiowa.edu/theories-FloatingPoint.shtml but a theory about round functions from the
real
to subset ofreal
corresponding to finite floats with fixed precision. In particular, our implementation doesn't support infinity values orNaN
values.