Worked examplePractical
Worked example: the deck's nearby integer points
Maximise reach Z = 5,000x + 8,000y subject to x + 2y <= 20 (budget) and 2x + y <= 30 (time), x and y whole numbers.
The continuous optimum is (13.33, 3.33) with reach 93,333. Test the whole-number points around it, as the deck does.
0 of 9 lines shown.