3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 03:10:25 +00:00

make aig/ite extraction conditional

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-25 16:27:13 -08:00
parent afa34a1c12
commit dddd740846
4 changed files with 12 additions and 7 deletions

View file

@ -123,6 +123,7 @@ namespace sat {
bool m_binspr;
bool m_cut_simplify;
unsigned m_cut_delay;
bool m_cut_aig;
bool m_cut_lut;
bool m_cut_xor;
bool m_cut_dont_cares;