mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
add LUT finder
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
506fbf9672
commit
d4d3971ecd
6 changed files with 400 additions and 2 deletions
|
@ -219,6 +219,7 @@ namespace sat {
|
|||
friend class scoped_detach;
|
||||
friend class xor_finder;
|
||||
friend class aig_finder;
|
||||
friend class lut_finder;
|
||||
public:
|
||||
solver(params_ref const & p, reslimit& l);
|
||||
~solver() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue