mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -1037,7 +1037,7 @@ namespace qe {
|
|||
app_ref x(m_ctx.get_var(index-1), m);
|
||||
app_ref z(m);
|
||||
expr_ref p1(m);
|
||||
sort* s = m.get_sort(p);
|
||||
sort* s = p->get_sort();
|
||||
if (is_aux) {
|
||||
// An auxiliary variable was introduced in lieu of 'x'.
|
||||
// it has coefficient 'm' = values[index].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue