We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is confusing our parser (see yav/simple-smt#20)
$ echo "(set-logic QF_LRA)(check-sat)(get-value (0.0))" | yices-smt2 --smt2-model-format sat ((0.0 0))
other solvers output the decimal point:
$ echo "(set-logic QF_LRA)(check-sat)(get-value (0.0))" | cvc5 --produce-models sat ((0.0 0.0))
I am using yices from recent Fedora
$ yices-smt2 --version Yices 2.6.4 Copyright SRI International. Linked with GMP 6.2.1 Copyright Free Software Foundation, Inc. Build date: 2022-01-27 Platform: x86_64-pc-linux-gnu (debug) Revision: unknown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this is confusing our parser (see yav/simple-smt#20)
other solvers output the decimal point:
I am using yices from recent Fedora
The text was updated successfully, but these errors were encountered: