You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Z3 docs describe support for floats that has been added over the past few years, and which may resolve outstanding issues - namely #75 - and would expand the capabilities of the library.
This appears to be implemented in Z3's backend as a float system built upon BitVector arithmetic, presumably alongside tactics for linearization.
This appears to be unsupported in any of the current DSLs for SMTLIB present in the Scala ecosystem, as well as within the Haskell and Rust ecosystems (barring broken partial implementations), and may allow this library to gain a larger audience alongside the added utility.
The text was updated successfully, but these errors were encountered:
Hello! The development of this library is (for better or worse!) guided by what we need for Stainless. We should eventually (in the near future) add them but I sadly cannot foretell when exactly.
The Z3 docs describe support for floats that has been added over the past few years, and which may resolve outstanding issues - namely #75 - and would expand the capabilities of the library.
This appears to be implemented in Z3's backend as a float system built upon BitVector arithmetic, presumably alongside tactics for linearization.
This appears to be unsupported in any of the current DSLs for SMTLIB present in the Scala ecosystem, as well as within the Haskell and Rust ecosystems (barring broken partial implementations), and may allow this library to gain a larger audience alongside the added utility.
The text was updated successfully, but these errors were encountered: