mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update unit_lim to the correct value (#7423)
Co-authored-by: stormckey <chenhaogao123@gmail.com>
This commit is contained in:
parent
3896e18227
commit
8ff4036f68
|
@ -134,7 +134,7 @@ namespace smt {
|
||||||
dst = tr(unit_trail.get(j));
|
dst = tr(unit_trail.get(j));
|
||||||
pctx.assert_expr(dst);
|
pctx.assert_expr(dst);
|
||||||
}
|
}
|
||||||
unit_lim[i] = sz;
|
unit_lim[i] = pctx.assigned_literals().size();
|
||||||
}
|
}
|
||||||
IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n");
|
IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue