mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
Add early return after setting fixed subterms in sls_bv_fixed.cpp
This commit is contained in:
parent
acd6f1d0ef
commit
cc77ff5c28
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ namespace sls {
|
||||||
for (auto e : ctx.subterms())
|
for (auto e : ctx.subterms())
|
||||||
set_fixed(e);
|
set_fixed(e);
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
for (auto lit : ctx.unit_literals()) {
|
for (auto lit : ctx.unit_literals()) {
|
||||||
auto a = ctx.atom(lit.var());
|
auto a = ctx.atom(lit.var());
|
||||||
if (!a)
|
if (!a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue