This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Operations-Research-Tool/example2.txt
T
2024-10-01 12:05:14 +02:00

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