mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
parent
091079e58c
commit
dd1e0fc561
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ namespace euf {
|
|||
value = r->get_expr();
|
||||
else
|
||||
value = factory.get_fresh_value(srt);
|
||||
(void)s;
|
||||
TRACE("model", tout << s.bpp(r) << " := " << value << "\n";);
|
||||
values.set(id, value);
|
||||
expr_ref_vector* vals = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue