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
Add solver mappings Internals module and generic to_ieee_bv impl
- All the mappings now include a `Internals` module that will inform the
`Mappings` module of internal behaviours, such as const caching and
native support for the `to_ieee_bv` operator.
- Lift `to_ieee_bv` implementation to the `Mappings` module so that
other solvers that don't have native support for `to_ieee_bv` use this
aproximated implementation.
0 commit comments