3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-03-10 11:59:50 -08:00
parent 04ac5f03f7
commit 78f4513441
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ namespace lp {
if (t.size() == 2) {
bool seen_minus = false;
bool seen_plus = false;
for(const auto & p : t) {
for(lar_term::ival p : t) {
if (!lia.column_is_int(p.column()))
goto usual_delta;
const mpq & c = p.coeff();