Its possible to solve a problem from a .mod file using Pulp?
In the documentation there's nothing about it.
is initiated like this:
prob = LpProblem("linearProblem", LpMinimize)
I want something like this:
prob = LpProblem("/home/problem.mod","linearProblem", LpMinimize)
I'm using python3.4