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:
parent
e91e432496
commit
4c0c199e32
2 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue