Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 3.32 KB

ip_math_model.md

File metadata and controls

36 lines (31 loc) · 3.32 KB

Mathematical IP model for problem solution. For the development of this .md file, this solution has been used: https://gist.github.com/a-rodin/fef3f543412d6e1ec5b6cf55bf197d7b

Indices Description
Index used for products
Index used for factories
Index used for markets
Parameters Description
Unit production cost of product k at factory i
Transportation cost of product k from factory i to market j
Set-up cost for the production of product k at factory i
Maximum Output production of product k at factory i
Minimum Output production of product k at factory i
Capacity required (in man-hours) for the production of product k at factory i
Total capacity (in man-hours) available at each factory i
Demand for product k in market j
Decision variables Description
Positive integer variable, takes the value of the amount of products k produced at factory i and transferred to market j
Binary variable, takes the value of 1 if product k is produced at factory i, or 0 otherwise
Cosntraints Numbering
1
2
3
4
5
6
Objective function Numbering
7