mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
fixes to Euclidean solver, fixes #100
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
commit
e483efd3f4
38 changed files with 1017 additions and 563 deletions
|
@ -777,8 +777,8 @@ namespace smt {
|
|||
// u += ncoeff * lower_bound(v).get_rational();
|
||||
u.addmul(ncoeff, lower_bound(v).get_rational());
|
||||
}
|
||||
lower(v)->push_justification(ante, numeral::zero(), coeffs_enabled());
|
||||
upper(v)->push_justification(ante, numeral::zero(), coeffs_enabled());
|
||||
lower(v)->push_justification(ante, it->m_coeff, coeffs_enabled());
|
||||
upper(v)->push_justification(ante, it->m_coeff, coeffs_enabled());
|
||||
}
|
||||
else if (gcds.is_zero()) {
|
||||
gcds = abs_ncoeff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue