Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Dec 21, 2023
1 parent e9fa7db commit 19f3ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/gomory.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace lp {
bool is_gomory_cut_target(lpvar j);
lia_move get_cut(lpvar j);
public:
lia_move gomory::get_gomory_cuts(unsigned num_cuts);
lia_move get_gomory_cuts(unsigned num_cuts);
gomory(int_solver& lia);
};
}

0 comments on commit 19f3ad4

Please sign in to comment.