mirror of
https://github.com/Z3Prover/z3
synced 2025-10-12 02:38:07 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -318,7 +318,7 @@ namespace smt {
|
|||
}
|
||||
else {
|
||||
if (!pushed) pushed = true, push();
|
||||
expr_ref c(m.mk_fresh_const("a", m.get_sort(a)), m);
|
||||
expr_ref c(m.mk_fresh_const("a", a->get_sort()), m);
|
||||
expr_ref eq(m.mk_eq(c, a), m);
|
||||
assert_expr(eq);
|
||||
assumptions.push_back(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue