How can I significantly improve the speed of this linear programming problem in JuMP?

If you haven’t yet, I recommend using Julia’s built-in statistical profiler to find out where the time is being spent. You can use ProfileView or StatProfilerHTML to visualize the results.

1 Like