mirror of
https://github.com/Z3Prover/z3
synced 2025-11-23 06:01:26 +00:00
swap signs of coefficients compared to sign of variables. They are on different sides of inequality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef500de2d2
commit
e13e85c4ab
2 changed files with 3 additions and 2 deletions
|
|
@ -120,6 +120,7 @@ struct solver::imp {
|
|||
}
|
||||
}
|
||||
m_nlsat->collect_statistics(st);
|
||||
TRACE(nra, tout << "nra result " << r << "\n");
|
||||
CTRACE(nra, false,
|
||||
m_nlsat->display(tout << r << "\n");
|
||||
display(tout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue