11 lines
95 B
Plaintext
11 lines
95 B
Plaintext
maximize objective: x+y
|
|
subject to
|
|
+1 x + 2 y <= 15
|
|
+3 x + 1 y <= 20
|
|
|
|
bounds
|
|
x >= 0
|
|
y >= 0
|
|
|
|
x
|
|
y |