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
Some benchmarks and solvers apparently support the syntax QF_FPBV (in that order) for QF_BVFP. For example, the following repository has a lot of examples of this: https://github.com/florianschanda/smtlib_schanda
The code in typecheck/logic.ml seems to require BV to appear first:
I couldn't find an explicit rule about how logics should be named, but I guess that since this variation occurs in the wild, it might be preferable to support it if possible.
The text was updated successfully, but these errors were encountered:
Some benchmarks and solvers apparently support the syntax
QF_FPBV
(in that order) forQF_BVFP
. For example, the following repository has a lot of examples of this:https://github.com/florianschanda/smtlib_schanda
The code in
typecheck/logic.ml
seems to requireBV
to appear first:dolmen/src/typecheck/logic.ml
Line 145 in ec32e34
I couldn't find an explicit rule about how logics should be named, but I guess that since this variation occurs in the wild, it might be preferable to support it if possible.
The text was updated successfully, but these errors were encountered: