mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 20:40:27 +00:00
minor univariate tweak
This commit is contained in:
parent
ac0e9ebe5f
commit
59592754d8
3 changed files with 7 additions and 6 deletions
|
@ -344,7 +344,7 @@ namespace polysat {
|
|||
}
|
||||
};
|
||||
do {
|
||||
LOG("refine-equal-lin for src: " << e->src);
|
||||
LOG("refine-equal-lin for src: " << lit_pp(s, e->src));
|
||||
rational coeff_val = mod(e->coeff * val, mod_value);
|
||||
if (e->interval.currently_contains(coeff_val)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue