Skip to content

A repository with my class exercise in MGMT 573 Optimization Modeling with Spreadsheets course at Krannert School of Management, Purdue University.

Notifications You must be signed in to change notification settings

lilianchi/allocation-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

allocation-problem

Brown furniture makes three products. The resources required are skilled fabrication labor, unskilled assembly labor, machining, and wood. The following resource availabilities, requirements and unit profits are known.

Requirements per unit Chairs Desks Tables Resources available
Fabrication (hr) 4 6 2 2000 hr
Assembly (hr) 3 8 6 2000 hr
Machining (hr) 9 6 4 1440 hr
Wood (sq. ft) 30 40 25 9600 sq. ft
Profit per Unit $16 $20 $14

How much of what to produce?

Programming language

Python

Authors

  • Mohit Tawarmalani
  • Li-Ci Chuang

Packages Used

  • import gurobipy as gp
  • from gurobipy import Model, GRB
  • import pandas as pd
  • from collections import OrderedDict
  • import matplotlib.pyplot as plt

About

A repository with my class exercise in MGMT 573 Optimization Modeling with Spreadsheets course at Krannert School of Management, Purdue University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published