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:
parent
9bde93f812
commit
377d060036
16 changed files with 302 additions and 565 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue