diff --git a/src/math/lp/gomory.h b/src/math/lp/gomory.h index 845f051fa..2586a4d31 100644 --- a/src/math/lp/gomory.h +++ b/src/math/lp/gomory.h @@ -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); }; }