mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
add cut redundancies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ff3baffadc
commit
05158b3914
4 changed files with 11 additions and 6 deletions
|
@ -128,6 +128,7 @@ namespace sat {
|
|||
bool m_cut_xor;
|
||||
bool m_cut_npn3;
|
||||
bool m_cut_dont_cares;
|
||||
bool m_cut_redundancies;
|
||||
bool m_cut_force;
|
||||
bool m_anf_simplify;
|
||||
unsigned m_anf_delay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue