mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
add stubs for npn3
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4f575d3158
commit
e8f7a08289
6 changed files with 23 additions and 53 deletions
|
@ -126,6 +126,7 @@ namespace sat {
|
|||
bool m_cut_aig;
|
||||
bool m_cut_lut;
|
||||
bool m_cut_xor;
|
||||
bool m_cut_npn3;
|
||||
bool m_cut_dont_cares;
|
||||
bool m_cut_force;
|
||||
bool m_anf_simplify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue