mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Follow-up fix for fpa2bv_converter.
This commit is contained in:
parent
2a92de0aee
commit
48ec7c1175
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ expr_ref fpa2bv_converter::extra_quantify(expr * e)
|
|||
nv = uv.get_num_vars();
|
||||
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++)
|
||||
{
|
||||
if (uv.contains(i)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue