3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

continue instead of return

This commit is contained in:
Clemens Eisenhofer 2022-12-07 16:55:30 +01:00
parent c088eb4a26
commit 592791ba34

View file

@ -330,7 +330,7 @@ namespace polysat {
LOG("lcs: " << fac_eval);
pdd fac_eval_inv = m.zero();
if (!inv(fac_eval, fac_eval_inv))
return;
continue;
pdd const rest_eval = sub.apply_to(rest);
pdd const vs = -rest_eval * fac_eval_inv; // this is the polynomial that computes v