mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
move mk-bits to mk-var
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
22a5687e16
commit
4b00d6aef2
2 changed files with 2 additions and 30 deletions
|
@ -141,7 +141,6 @@ namespace smt {
|
|||
|
||||
bool is_numeral(theory_var v) const { return m_util.is_numeral(get_enode(v)->get_owner()); }
|
||||
app * mk_bit2bool(app * bv, unsigned idx);
|
||||
void ensure_bits(theory_var v);
|
||||
void mk_bits(theory_var v);
|
||||
friend class mk_atom_trail;
|
||||
void mk_bit2bool(app * n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue