3
0
Fork 0
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:
Nikolaj Bjorner 2024-09-05 15:37:00 -07:00
parent acd6f1d0ef
commit cc77ff5c28

View file

@ -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)