View the model
Download the model
The problem:
MAX = 20 * A + 30 * CSolving such a problem with the LINDO API involves the following steps:
S.T.
A + 2 * C <= 120
A <= 60
C <= 50
1. Create a LINDO environment.
2. Create a model in the environment.
3. Specify the model.
4. Perform the optimization.
5. Retrieve the solution.
6. Delete the LINDO environement.