mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
parent
c1a0ce0862
commit
b066f562c6
2 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue