mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
disable bdd variable elimination
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
55eb11d91b
commit
528dc8a3f8
10 changed files with 58 additions and 32 deletions
|
@ -47,6 +47,7 @@ namespace sat {
|
|||
clause_use_list & get(literal l) { return m_use_list[l.index()]; }
|
||||
clause_use_list const & get(literal l) const { return m_use_list[l.index()]; }
|
||||
void finalize() { m_use_list.finalize(); }
|
||||
std::ostream& display(std::ostream& out, literal l) const { return m_use_list[l.index()].display(out); }
|
||||
};
|
||||
|
||||
class simplifier {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue