3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-11 12:49:58 -07:00
parent c1a0ce0862
commit b066f562c6
2 changed files with 4 additions and 3 deletions

View file

@ -335,7 +335,8 @@ namespace smt {
mk_coeffs(m_test.get_linearization(), coeffs, w);
if (coeffs.empty()) {
throw default_exception("utvi formulas require pre-processing and dont work with quantifiers");
found_non_utvpi_expr(n);
return false;
}
bool_var bv = ctx.mk_bool_var(n);