I am solving a Mixed Integer Programming (MIP) problem by using the GNU glpk solver. The problem contains about 1,625 columns and 507 rows which I believe it is not a large-scale problem. However, glpk was not able to provide a solution after more than 9 hours solving the problem.
I was wondering if anyone ever encounters a similar problem or have any suggestion to speed up the calculation. Otherwise, do you have any other MIP solver for recommending that I can try with few changes in my source code?