Category "pulp"

How to add a PuLP constraint that involves two variables that are subject to be optimized

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

How to set Gurobi parameter in Pulp

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