mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 18:28:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7cc093eee0
commit
c1480b4389
9 changed files with 118 additions and 24 deletions
|
@ -1583,7 +1583,7 @@ namespace smt {
|
|||
#endif
|
||||
get_fixed_value(v, val);
|
||||
SASSERT(r);
|
||||
return alloc(expr_wrapper_proc, m_factory->mk_value(val, get_bv_size(v)));
|
||||
return alloc(expr_wrapper_proc, m_factory->mk_num_value(val, get_bv_size(v)));
|
||||
}
|
||||
|
||||
void theory_bv::display_var(std::ostream & out, theory_var v) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue