IE 6560 Deterministic Optimization Project Abstract-1
IE 6560 Deterministic Optimization Project Abstract-1
Problem Definition:
ü Max profit
ü S.T. limited plant capacities
ü How many cars and trucks should be produced?
Max Z = 3X1 + 5X2 = profit per hour of operation, say.
Subject To:
1. 1X1 <= 4
2. 2X2 <= 12
3. 3X1 + 2X2 <= 18
4. 1X1 >= 0
5. 1X2 >= 0
X1 = Number of small trucks produced.
X2 = Number of cars produced.
Explanation of constraints:
Capacity constraints on production
(1) 1X1 <= 4
(2) 2X2 <= 12
(3) 3X1+2X2 <= 18
Cannot produce negative products
(4) X1 >= 0
(5) X2 >= 0
2.Expected outputs
A graphical solution:
1) Graph the constraint set and feasible region
2) Plot contour lines of the objective function
To solve, move contour lines out until they are no longer feasible.
Note, Z > 36 is not feasible.
Assumptions for LP:
1) Proportionality:
· Producing twice as much costs (profits) twice as much
· Producing twice as much uses twice as many inputs (plant capacity)
2) Additivity:
· All objectives and LHS of constraints can be expressed as sums or differences of linear
terms.
3) Divisibility:
· Fractional decisions can be made.
· 2.34 doors can be produced.
· We will discuss relaxing this assumption in a few weeks.
4) Certainty:
· Rates of profit/unit, capacity req./unit, and capacity constraint levels are constant and
well-known.
· All parameter values are constant and well-known.
The data set has 26 attributes, and is a mix of categorical, integer, and real. Some of these
attributes are the following:
fuel-type: diesel, gas.
5. aspiration: std, turbo.
6. num-of-doors: four, two.
7. body-style: hardtop, wagon, sedan, hatchback, convertible.
24. city-mpg: continuous from 13 to 49.
25. highway-mpg: continuous from 16 to 54.
26. price: continuous from 5118 to 45400.
Relevant Papers:
Kibler, D., Aha, D.W., & Albert,M. (1989). Instance-based prediction of real-valued attributes.
Computational Intelligence, Vol 5, 51--57.