mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
parent
4d8af9191c
commit
cb00555635
5 changed files with 18 additions and 6 deletions
|
@ -609,6 +609,7 @@ struct euclidean_solver::imp {
|
|||
// neg coeffs... to make sure that m_next_x is -1
|
||||
neg_coeffs(eq.m_as);
|
||||
neg_coeffs(eq.m_bs);
|
||||
m().neg(eq.m_c);
|
||||
}
|
||||
unsigned sz = eq.size();
|
||||
for (unsigned i = 0; i < sz; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue