3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 08:21:56 +00:00

adding BDD-based variable elimination routine

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-14 15:12:02 -07:00
parent 09fdfcc963
commit d36406f845
8 changed files with 372 additions and 3 deletions

View file

@ -179,6 +179,7 @@ namespace sat {
friend class local_search;
friend struct mk_stat;
friend class ccc;
friend class elim_vars;
public:
solver(params_ref const & p, reslimit& l);
~solver();