3
0
Fork 0
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:
Nikolaj Bjorner 2021-02-21 18:36:47 -08:00
parent 977082e2bd
commit d9fb40602e
6 changed files with 79 additions and 388 deletions

View file

@ -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;