mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
938a89e197
commit
f97dd34028
6 changed files with 25 additions and 11 deletions
|
@ -331,7 +331,7 @@ bool basics::basic_lemma_for_mon_neutral_derived(const monic& rm, const factoriz
|
|||
for (auto fc : f) {
|
||||
lpvar j = var(fc);
|
||||
all_int &= c().var_is_int(j);
|
||||
if (j == null_lpvar && abs(val(j)) == abs_mv &&
|
||||
if (u == null_lpvar && abs(val(j)) == abs_mv &&
|
||||
c().vars_are_equiv(j, mon_var) &&
|
||||
(mon_var_is_sep_from_zero || c().var_is_separated_from_zero(j)))
|
||||
u = j;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue