Question
Please only interpret in your own words the solution obtained, including the values of the decision variables and objectives. The problem is made in GAMS
Please only interpret in your own words the solution obtained, including the values of the decision variables and objectives. The problem is made in GAMS
In Barcel, they made the programming for the purchase of potatoes from three different suppliers (set j), each supplier delivers potatoes of different sizes, which means that their Chips potatoes can be of three different sizes per slice (set i, Large = 1, Medium = 2, Small = 3). Each batch of each supplier has a specific quantity of potatoes of each size and there is a need to have a minimum of each size.
When solving the problem, it was detected that it is not possible to meet these minimums with the established budget, so a programming model by goals was carried out. The result obtained in GAMS is as follows, but they could not interpret this result.
GAMS 36.1.0 r2c0a44a Released Aug 2, 2021 WEX-WEI x86 64bit / MS Windows - 08/28/21 13:19:12 Page 21 G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m E x e c u t i o n
---- 89 VARIABLE X.L # of lots of supplier j purchased
2 90,000, 3 4,000
---- 89 VARIABLE F.L Missing Chips size i
1,340,000
---- 89 VARIABLE S.L Leftover chips size i
2,230,000, 3,510,000
---- 89 VARIABLE Sp.L = 0.000 Amount of budget exceeded VARIABLE Z4.L = 0.000 Small Chips Target EQUATION O1.L = 0.000 Optimized budget objective EQUATION O2.L = 340,000 Optimized Target for Large Chips EQUATION O3.L = 0.000 Medium Chips Optimized Target
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started