3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
fixup looping
This commit is contained in:
Nikolaj Bjorner 2023-10-15 12:37:14 -07:00
parent 6553382ec8
commit 891ab8bac5
3 changed files with 45 additions and 13 deletions

View file

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