mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
testing bdd for elim-vars
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6155362571
commit
dc6ed64da1
9 changed files with 254 additions and 133 deletions
|
@ -67,6 +67,7 @@ namespace sat {
|
|||
std::cout << "before reorder:\n";
|
||||
std::cout << c1 << "\n";
|
||||
std::cout << c1.bdd_size() << "\n";
|
||||
m.gc();
|
||||
m.try_reorder();
|
||||
std::cout << "after reorder:\n";
|
||||
std::cout << c1 << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue