mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +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
|
@ -40,6 +40,7 @@ namespace sat {
|
|||
unsigned m_mark_lim;
|
||||
unsigned_vector m_var2index;
|
||||
unsigned_vector m_occ;
|
||||
unsigned m_miss;
|
||||
|
||||
unsigned m_max_literals;
|
||||
|
||||
|
@ -61,6 +62,7 @@ namespace sat {
|
|||
public:
|
||||
elim_vars(simplifier& s);
|
||||
bool operator()(bool_var v);
|
||||
unsigned miss() const { return m_miss; }
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue