mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
add simplifiation pass
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab9bcfdcce
commit
d1e95a133b
10 changed files with 115 additions and 36 deletions
|
@ -124,6 +124,7 @@ namespace sat {
|
|||
unsigned m_cut_delay;
|
||||
bool m_cut_lut;
|
||||
bool m_cut_xor;
|
||||
bool m_cut_dont_cares;
|
||||
bool m_anf_simplify;
|
||||
unsigned m_anf_delay;
|
||||
bool m_anf_exlin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue