mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +00:00
adding BDD-based variable elimination routine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09fdfcc963
commit
d36406f845
8 changed files with 372 additions and 3 deletions
|
@ -49,6 +49,7 @@ namespace sat {
|
|||
|
||||
class simplifier {
|
||||
friend class ba_solver;
|
||||
friend class elim_vars;
|
||||
solver & s;
|
||||
unsigned m_num_calls;
|
||||
use_list m_use_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue