mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
bugfixes
This commit is contained in:
parent
03e012c1d8
commit
78f32401ac
6 changed files with 66 additions and 58 deletions
|
@ -103,7 +103,7 @@ namespace polysat {
|
|||
void erase_bv2a(bool_var bv) { m_bool_var2atom[bv] = nullptr; }
|
||||
atom* get_bv2a(bool_var bv) const { return m_bool_var2atom.get(bv, nullptr); }
|
||||
class mk_atom_trail;
|
||||
void mk_atom(sat::bool_var bv, signed_constraint& sc);
|
||||
atom* mk_atom(sat::bool_var bv, signed_constraint& sc);
|
||||
void set_bit_eh(theory_var v, literal l, unsigned idx);
|
||||
void init_bits(expr* e, expr_ref_vector const & bits);
|
||||
void mk_bits(theory_var v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue