3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 13:19:04 +00:00

take into account integer coefficients

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-08-31 16:07:37 -07:00
parent e91e432496
commit 4c0c199e32
2 changed files with 13 additions and 5 deletions

View file

@ -1660,9 +1660,6 @@ public:
return FC_CONTINUE;
}
if (st == FC_GIVEUP)
IF_VERBOSE(0, display(verbose_stream()));
if (!int_undef && !check_bv_terms())
return FC_CONTINUE;