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 latest revision, z3 gives wrong answer on the following file:
qf_uflia.smt2.zip
$ z3 qf_uflia.smt2 sat sat unsat
CVC4 return: sat sat sat
OS: NAME="Ubuntu" VERSION="16.04.5 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.5 LTS" VERSION_ID="16.04"
$ git log -1 commit 1fff7bb Author: Lev Nachmanson [email protected] Date: Mon Dec 30 17:58:56 2019 -0800 use u_map in lar_term Signed-off-by: Lev Nachmanson [email protected]
The text was updated successfully, but these errors were encountered:
C:\z3\build>z3 ufl\qf_uflia.smt2 sat sat ASSERTION VIOLATION File: ..\src\util\lp\lar_solver.cpp Line: 860 (m_settings.random_next() % 100) != 0 || m_status != lp_status::OPTIMAL || all_constraints_hold()
Sorry, something went wrong.
@levnach
It seems fixed now.
levnach
No branches or pull requests
Hi,
On the latest revision, z3 gives wrong answer on the following file:
qf_uflia.smt2.zip
$ z3 qf_uflia.smt2
sat
sat
unsat
CVC4 return:
sat
sat
sat
OS:
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
$ git log -1
commit 1fff7bb
Author: Lev Nachmanson [email protected]
Date: Mon Dec 30 17:58:56 2019 -0800
use u_map in lar_term
Signed-off-by: Lev Nachmanson [email protected]
The text was updated successfully, but these errors were encountered: