3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Guard the creation of solvers in qfnia_tactic.cpp by a define

This commit is contained in:
Lev Nachmanson 2019-03-16 21:07:53 -07:00
parent 53e329b324
commit 9302d8bef3

View file

@ -40,3 +40,4 @@ z3_add_component(smtlogic_tactics
qfufbv_tactic.h
quant_tactics.h
)
add_definitions(-DSTART_ONLY_QFNIA_SMT)