3
0
Fork 0
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:
Nikolaj Bjorner 2025-10-28 03:16:12 -07:00
parent ef500de2d2
commit e13e85c4ab
2 changed files with 3 additions and 2 deletions

View file

@ -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);