3
0
Fork 0
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:
Nikolaj Bjorner 2020-02-04 09:58:56 -08:00
parent 506fbf9672
commit d4d3971ecd
6 changed files with 400 additions and 2 deletions

View file

@ -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;