mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
808d2eb60f
|
@ -245,6 +245,9 @@ expr_ref fpa2bv_converter::extra_quantify(expr * e)
|
||||||
nv = uv.get_num_vars();
|
nv = uv.get_num_vars();
|
||||||
subst_map.resize(uv.get_max_found_var_idx_plus_1());
|
subst_map.resize(uv.get_max_found_var_idx_plus_1());
|
||||||
|
|
||||||
|
if (nv == 0)
|
||||||
|
return expr_ref(e, m);
|
||||||
|
|
||||||
for (unsigned i = 0; i < nv; i++)
|
for (unsigned i = 0; i < nv; i++)
|
||||||
{
|
{
|
||||||
if (uv.contains(i)) {
|
if (uv.contains(i)) {
|
||||||
|
|
Loading…
Reference in a new issue