mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -69,7 +69,7 @@ bool value_sweep::assign_next_value() {
|
|||
++m_vhead;
|
||||
if (!get_value(v)) {
|
||||
unsigned index = m_rand() % m_range;
|
||||
expr_ref val = m_gen.get_value(m.get_sort(v), index);
|
||||
expr_ref val = m_gen.get_value(v->get_sort(), index);
|
||||
set_value_core(v, val);
|
||||
m_queue.push_back(v);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue