Category "pulp"

Optimization: Attempting to declare variables in matrix format and exporting in excel format

I have price, cost, demand in different sheets of an excel workbook. Each of these have two dimensions such as Product and Location. Total number of columns(tim

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