mirror of
https://github.com/Z3Prover/z3
synced 2026-07-25 00:12:34 +00:00
fix exception safety in pdd-solver
This commit is contained in:
parent
c9c5dbc347
commit
3fa67777e5
5 changed files with 147 additions and 152 deletions
|
|
@ -324,8 +324,9 @@ namespace dd {
|
|||
semantics get_semantics() const { return m_semantics; }
|
||||
|
||||
void reset(unsigned_vector const& level2var);
|
||||
void set_max_num_nodes(unsigned n) { m_max_num_nodes = n; }
|
||||
void set_max_num_nodes(unsigned n);
|
||||
unsigned_vector const& get_level2var() const { return m_level2var; }
|
||||
unsigned num_nodes() const { return m_nodes.size() - m_free_nodes.size(); }
|
||||
|
||||
pdd mk_var(unsigned i);
|
||||
pdd mk_val(rational const& r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue