example 2 + popup lib

This commit is contained in:
Marcel Pöppe
2024-10-01 12:05:14 +02:00
parent ba5bcb3122
commit c2f3f87fc3
3 changed files with 32 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
maximize objective: x+y
subject to
+1 x + 2 y <= 15
+3 x + 1 y <= 20
bounds
x >= 0
y >= 0
x
y