3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00

revert fix for #2821 as it breaks other functionality

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-27 21:38:52 -08:00
parent d4f2215024
commit 36b2e7f0fc

View file

@ -188,9 +188,6 @@ struct expr2polynomial::imp {
store_var_poly(t);
return true;
}
if (k.is_zero()) {
throw_not_polynomial();
}
push_frame(t);
return false;
}