For MILP problems (at least
one integer variable), go to Using CPLEX: MIP.
Solves a Linear Programming (LP)
problem using the IBM ILOG CPLEX software. The CPLEX API is used
with a Fortran 90 calling program.
The data structure must be the '.lp' CPLEX type.
The base problem is the "lp_diet" problem (below).
This ready-to-execute version differs from the
"empty" version due to the inclusion of the
'lp' formulation. This, however, leads to errors from the
W3C Markup Validation Service (as per its icon in
the lower left corner), because of the < or > signs.
Suggested problems:
juice, lp_juice.lp
(z* = 403.125);
diet, lp_diet.lp
(z* = 14.856);
HPW prb_19, lp_hpw19.lp
(z* = 198.5);
diet, lp_SAS_diet.lp
(z* = 12.081) |