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
Hi, On the following satisfiable formula, yices return unsat 38.smt2
$ ./yices_smt2 38.smt2 unsat
z3 and CVC4 return sat
Yices 2.6.2 Copyright SRI International. Linked with GMP 6.1.2 Copyright Free Software Foundation, Inc. Build date: 2020-02-12 Platform: x86_64-pc-linux-gnu (release) Revision: 1526d93
The text was updated successfully, but these errors were encountered:
Thanks for the report.
In debug mode, we get assertion failure.
./yices_smt2 38.smt2 Assertion failed: (n > 0 && sorted_array(c, n)), function constant_is_in_set, file context/symmetry_breaking.c, line 1170.
Sorry, something went wrong.
This was a bug in the symmetry breaking code. It's fixed in b5f1d0a.
No branches or pull requests
Hi,
On the following satisfiable formula, yices return unsat
38.smt2
z3 and CVC4 return sat
Yices 2.6.2
Copyright SRI International.
Linked with GMP 6.1.2
Copyright Free Software Foundation, Inc.
Build date: 2020-02-12
Platform: x86_64-pc-linux-gnu (release)
Revision: 1526d93
The text was updated successfully, but these errors were encountered: