mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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())
|
||||
set_fixed(e);
|
||||
|
||||
return;
|
||||
|
||||
for (auto lit : ctx.unit_literals()) {
|
||||
auto a = ctx.atom(lit.var());
|
||||
if (!a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue