Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Note: ** Please solved the below question using Pyomo Package in Python.** About Pyomo Package : Pyomo is a Python-based open-source software package that supports
Note: ** Please solved the below question using Pyomo Package in Python.**
About Pyomo Package: Pyomo is a Python-based open-source software package that supports a diverse set of optimization capabilities for formulating and analyzing optimization models. Pyomo can be used to define symbolic problems, create concrete problem instances, and solve these instances with standard solvers.
3. Back Savers is a company that produces backpacks primarily for students. They are considering offering some combination of two different models-the Collegiate and the Mini. Both are made out of the same rip-resistant nylon fabric. Back Savers has a longterm contract with a supplier of the nylon and receives a 5000 square-foot shipment of the material each week. Each Collegiate requires 3 square feet while each Mini requires 2 square feet. The sales forecasts indicate that at most 1000 Collegiates and 1200 Minis can be sold per week. Each Collegiate requires 45 minutes of labor to produce and generates a unit profit of $32. Each Mini requires 40 minutes of labor and generates a unit profit of \$24. Back Savers has 35 laborers that each provides 40 hours of labor per week. Management wishes to know what quantity of each type of backpack to produce per week. c) Formulate a linear programming model for this problem (You need to clearly define decision variables, generate the objective function and constraints). d) Solve it using pyomoStep 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