3
0
Fork 0
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:
Nikolaj Bjorner 2020-02-22 11:21:53 -08:00
parent ab9bcfdcce
commit d1e95a133b
10 changed files with 115 additions and 36 deletions

View file

@ -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;