mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
Initial NPN3 finder with MUX and MAJ finder.
This commit is contained in:
parent
80c98dfb1f
commit
4d0519fe3c
4 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@ namespace sat {
|
|||
friend class xor_finder;
|
||||
friend class aig_finder;
|
||||
friend class lut_finder;
|
||||
friend class npn3_finder;
|
||||
public:
|
||||
solver(params_ref const & p, reslimit& l);
|
||||
~solver() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue