Skip to content

Commit

Permalink
remove an unused declaration
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 14, 2024
1 parent e2fb4fb commit d8df203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math/lp/gomory.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace lp {
class gomory {
class int_solver& lia;
class lar_solver& lra;
lia_move cut(lar_term & t, mpq & k, explanation* ex, unsigned basic_inf_int_j, const row_strip<mpq>& row);
unsigned_vector gomory_select_int_infeasible_vars(unsigned num_cuts);
bool is_gomory_cut_target(lpvar j);
u_dependency* add_deps(u_dependency*, const row_strip<mpq>&, lpvar);
Expand Down

0 comments on commit d8df203

Please sign in to comment.