Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 31, 2022
1 parent 6422b78 commit f3fc6a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tactic/arith/lia2card_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,10 @@ class lia2card_tactic : public tactic {
}
// IF_VERBOSE(0, verbose_stream() << mk_pp(g->form(i), m) << "\n--->\n" << new_curr << "\n";);
g->update(i, new_curr, new_pr, g->dep(i));

}
for (expr* a : axioms) {
for (expr* a : axioms)
g->assert_expr(a);
}

if (m_mc) g->add(m_mc.get());
g->inc_depth();
result.push_back(g.get());
Expand Down

0 comments on commit f3fc6a5

Please sign in to comment.