Use the "standard" format, starting with clear definitions of the decision
variables as numbers.
For example, write "x1 = number of regular bicycles produced
in one week," not
"x1 = regular". Give this kind of definition for every variable.
Once you have defined the variables, write the problem out in the form:
Minimize
or
Objective Function
Maximize
subject to
Constraint 1
Constraint 2
etc.
Customarily, the constraints involving more than one decision variable
are listed first, followed by the simpler constraints like "x1 >
0"
| Wheat | Corn | |
| Labor (# of workers) | 3 | 2 |
| Fertilizer (tons) | 2 | 4 |
(a)
Formulate an LP to maximize the farmer's profit.
(b) Use solver to solve the problem.
(c) Verify graphically your solution.