mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
add anf and aig simplifier modules, cut-set enumeration, aig_finder, hoist out xor_finder from ba_solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
12e727e49a
commit
d27a949ae9
15 changed files with 545 additions and 142 deletions
|
@ -120,6 +120,7 @@ namespace sat {
|
|||
unsigned m_unit_walk_threads;
|
||||
bool m_unit_walk;
|
||||
bool m_binspr;
|
||||
bool m_aig_simplify;
|
||||
bool m_anf_simplify;
|
||||
bool m_lookahead_simplify;
|
||||
bool m_lookahead_simplify_bca;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue