Given an amount of baker and packer days, the bakery Zurich wants to know how much to produce of product x_1,...,x_n to optimize the profit.
The file inputs expects a dictionary "parameters" with the keys:
model_namepacker_days_totalbaker_days_total
and another dictionary products which is a list of dictionaries with the keys:
namelblower bound of the number of units to produceubupper bound of the number of units to producecatcategory of units (whether Integer or continuous)priceprice per unitbaker_daysdays a baker is needed to produce 1 unitpacker_daysdays a packer is needed to produce 1 unit
In the end, execute the main file. The result will be printed to the console