I am trying to solve a massive linear integer optimisation problem (MILP) having more than 45.000 binary variables and ~350.000 constraints.
I am using Pulp for solving the problem, but I cannot find the solution in a reasonable amount of time.
Are there any ways for drastically speeding up the optimisation process? For example:
- Can Pulp be parallelised somehow?
- Any other packages/solver out there to use?
- Any other suggestion?