Skip to content

Commit

Permalink
simplified api
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Jan 20, 2024
1 parent 1c16578 commit 62b1425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/lar_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ namespace lp {
subst_known_terms(t);
push_term(t);
if (!t->is_empty())
add_row_from_term_no_constraint(t, ret);
add_row_from_term_no_constraint(t, ext_i);

lp_assert(m_var_register.size() == A_r().column_count());
if (m_need_register_terms)
Expand Down

0 comments on commit 62b1425

Please # to comment.