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:
parent
8de8c4cade
commit
96d3b98a44
2 changed files with 20 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue