mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
use theory agnostic axioms in more cases
This commit is contained in:
parent
977082e2bd
commit
d9fb40602e
6 changed files with 79 additions and 388 deletions
|
@ -191,7 +191,7 @@ struct check_logic::imp {
|
|||
m_ints = true;
|
||||
m_arrays = true;
|
||||
m_reals = true;
|
||||
m_quantifiers = false;
|
||||
// m_quantifiers = false; // some QF_SLIA benchmarks are miss-classified
|
||||
}
|
||||
else if (logic == "QF_FD") {
|
||||
m_bvs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue