You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing the algorithm.
I suspect the overall performance is highly dependent on the speed of the LP solver. My experience says that the GLPK is significantly slower than commercial solvers such as Cplex or Gurobi.
I am wondering if you have any plan on replacing the GLPK with other solvers. Ideally, it would be great we can choose which LP solver to use for the algorithm.
Best,
Chungmok
The text was updated successfully, but these errors were encountered:
Thanks for sharing the algorithm.
I suspect the overall performance is highly dependent on the speed of the LP solver. My experience says that the GLPK is significantly slower than commercial solvers such as Cplex or Gurobi.
I am wondering if you have any plan on replacing the GLPK with other solvers. Ideally, it would be great we can choose which LP solver to use for the algorithm.
Best,
Chungmok
The text was updated successfully, but these errors were encountered: