3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

move to separate axiom management

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-02-23 18:09:40 -08:00
parent 9bde93f812
commit 377d060036
16 changed files with 302 additions and 565 deletions

View file

@ -191,7 +191,7 @@ struct check_logic::imp {
m_ints = true;
m_arrays = true;
m_reals = true;
// m_quantifiers = false; // some QF_SLIA benchmarks are miss-classified
m_quantifiers = true; // some QF_SLIA benchmarks are miss-classified
}
else if (logic == "QF_FD") {
m_bvs = true;