3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

fix #1783, wronge clausification of negated pb inequalities. Signs were ignored

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-08-11 13:33:09 -07:00
parent 8de8c4cade
commit 96d3b98a44
2 changed files with 20 additions and 3 deletions

View file

@ -167,7 +167,8 @@ public:
m_mc.reset();
expr_ref_vector axioms(m);
expr_safe_replace rep(m);
TRACE("pb", g->display(tout););
tactic_report report("lia2card", *g);
bound_manager bounds(m);