Difference between revisions of "Linear programming"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) |
Kevin Dunn (talk | contribs) |
||
Line 69: | Line 69: | ||
! Topic | ! Topic | ||
! Slides/handouts for class | ! Slides/handouts for class | ||
! References and Notes | ! References and Notes | ||
|- | |- | ||
Line 80: | Line 79: | ||
| align="left" colspan="1"| | | align="left" colspan="1"| | ||
[https://docs.google.com/document/d/1WxIMpERJgZZUbdok_eUAFdMJ_2U2A_jDAVq0sSoJ2ro Handout from class] | [https://docs.google.com/document/d/1WxIMpERJgZZUbdok_eUAFdMJ_2U2A_jDAVq0sSoJ2ro Handout from class] | ||
|align="left" colspan="1"| | |align="left" colspan="1"| | ||
|- | |- | ||
Line 92: | Line 90: | ||
| align="left" colspan="1"| | | align="left" colspan="1"| | ||
[https://docs.google.com/document/d/1zQkvE0h9S-NRgGJIxD-zVGD6fbsHUSFRFK3hjW-hkRg Handout from class] | [https://docs.google.com/document/d/1zQkvE0h9S-NRgGJIxD-zVGD6fbsHUSFRFK3hjW-hkRg Handout from class] | ||
|align="left" colspan="1"| | |align="left" colspan="1"| | ||
We covered topics on page 11, 13, 14 and 17 of the notes by Marlin (see comment above). | We covered topics on page 11, 13, 14 and 17 of the notes by Marlin (see comment above). | ||
Line 103: | Line 100: | ||
| align="left" rowspan="2"| | | align="left" rowspan="2"| | ||
[https://docs.google.com/document/d/1NfY58o58LSGGZausUrowQMGdNuftbdCMwDbK-mUF-PQ/ Handout from class] | [https://docs.google.com/document/d/1NfY58o58LSGGZausUrowQMGdNuftbdCMwDbK-mUF-PQ/ Handout from class] | ||
|align="left" rowspan="2"| | |align="left" rowspan="2"| | ||
We covered topics on page 21 to 29 of the notes by Marlin, however, I did not focus on the mathematical details; we only consider the geometric viewpoint in 4G3. | We covered topics on page 21 to 29 of the notes by Marlin, however, I did not focus on the mathematical details; we only consider the geometric viewpoint in 4G3. | ||
Line 112: | Line 108: | ||
* Running the simplex method to solve LPs | * Running the simplex method to solve LPs | ||
* Interpretation of the optimum solution | * Interpretation of the optimum solution | ||
|- | |- | ||
| 21 January | | 21 January | ||
Line 121: | Line 116: | ||
| align="left" colspan="1"| | | align="left" colspan="1"| | ||
[https://docs.google.com/document/d/13GjbGCOxqO67pUDfVVQOfzBGvFl6gqZCNIrT54YMFPk Handout from class] | [https://docs.google.com/document/d/13GjbGCOxqO67pUDfVVQOfzBGvFl6gqZCNIrT54YMFPk Handout from class] | ||
|align="left" | | |align="left" | | ||
See page 37 and 38 in Marlin's notes for an alternative visualization of sensitivity analysis. | See page 37 and 38 in Marlin's notes for an alternative visualization of sensitivity analysis. | ||
Line 134: | Line 128: | ||
| align="left" colspan="1"| | | align="left" colspan="1"| | ||
[https://docs.google.com/document/d/1o8GdJERF0NvH2EafNbfOSDGIUaV8-pr6roGSb241oXY Handout from class] | [https://docs.google.com/document/d/1o8GdJERF0NvH2EafNbfOSDGIUaV8-pr6roGSb241oXY Handout from class] | ||
|align="left" | | |align="left" | | ||
|- | |- | ||
Line 147: | Line 140: | ||
| align="left" colspan="1"| | | align="left" colspan="1"| | ||
[https://docs.google.com/document/d/1EQSzelonUYt0rcyj5s8tOPcQimQvhBKGIKLUgJpURNY/edit Handout from class] | [https://docs.google.com/document/d/1EQSzelonUYt0rcyj5s8tOPcQimQvhBKGIKLUgJpURNY/edit Handout from class] | ||
|align="left" | | |align="left" | | ||
|} | |} |
Latest revision as of 11:54, 12 August 2018
Class date(s): | 07 January to 04 February 2015 | ||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
References
Dr. Marlin has made a great, short e-book on Linear Programming. You will find reading his notes very rewarding, and a great supplement to the class lectures.
Resources
Scroll down, if necessary, to see the resources.
Date | Class number | Topic | Slides/handouts for class | References and Notes |
---|---|---|---|---|
07 January | 01B |
|
||
12 January | 02A |
|
We covered topics on page 11, 13, 14 and 17 of the notes by Marlin (see comment above). | |
14 January | 02B |
|
We covered topics on page 21 to 29 of the notes by Marlin, however, I did not focus on the mathematical details; we only consider the geometric viewpoint in 4G3. | |
19 January | 03A |
| ||
21 January | 03B |
|
See page 37 and 38 in Marlin's notes for an alternative visualization of sensitivity analysis. | |
26 January | 04A |
|
||
28 January and 04 February | 04B |
|
The R-code used to draw the plot in the class handout 2B and 3A.
plot(c(0, 100), c(0, 70), type = "n", xlab = expression(x[1]), ylab = expression(x[2]), asp = 1)
abline(a=1500/10, b=-16/10, lw=7) # Placement
abline(a=1000/12, b=-10/12, lw=5) # Solder
abline(a=500/8, b=-4/8, lw=3) # Inspection
abline(v=0, h=0)
title(expression("Objective: Maximize 10"~x[1]~"+ 15"~x[2]))
text(20, 55, expression("Inspection: 4"~x[1]~"+ 8"~x[2]~"+ "~x[5]~" = 500"), srt=332.5)
text(35, 57, expression("Solder: 10"~x[1]~"+ 12"~x[2]~"+ "~x[4]~" = 1000"), srt=319.5)
text(65.5, 50, expression("Placement: 16"~x[1]~"+ 10"~x[2]~"+ "~x[3]~" = 1500"), srt=301)
text(2, 30, expression("Non-negativity: "~x[1]>=~"0"), srt=90)
text(45, 2, expression("Non-negativity: "~x[2]>=~"0"), srt=0)
delta=2
text(0+delta, 0+delta, "[0]")
text(0+delta, 62.5-2*delta, "[1]")
text(62.5, 31.25-1.5*delta, "[2]")
text(87-delta, 10.9-1.0*delta, "[3]")
text(93.75-2.1*delta, 0+1.0*delta, "[4]")