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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[553] % z3debug small.smt2 ASSERTION VIOLATION File: ../src/qe/qe.cpp Line: 710 !m.is_not(f) && !m.is_and(f) && !m.is_or(f) (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB a [554] % cat small.smt2 (set-option :rewriter.elim_and true) (set-option :model_evaluator.array_equalities false) (declare-fun a () Real) (declare-fun b () Real) (assert (exists ((c Real)) (<= c b a))) (check-sat) [555] %
Commit: 8abb644
The text was updated successfully, but these errors were encountered:
fa4869e
Though, I pushed a fix for this it is borderline won't fix given that this could be deemed parameter abuse.
Sorry, something went wrong.
No branches or pull requests
Commit: 8abb644
The text was updated successfully, but these errors were encountered: