mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
6553382ec8
commit
891ab8bac5
3 changed files with 45 additions and 13 deletions
|
@ -2173,7 +2173,6 @@ public:
|
|||
}
|
||||
|
||||
void add_equality(lpvar j, rational const& k, lp::explanation const& exp) {
|
||||
//verbose_stream() << "equality " << j << " " << k << "\n";
|
||||
TRACE("arith", tout << "equality " << j << " " << k << "\n");
|
||||
theory_var v;
|
||||
if (k == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue