I am a newbie with PuLP and trying to solve a potentially trivial problem. I have some projects that required employees with a certain skillset per project, def
I am using Pulp with Python to specify an LP problem. I want to solve this using Gurobi. The following does work: prob.solve(pulp.GUROBI_CMD()) However, now