> Introducing ILOG CPLEX > What Is ILOG CPLEX? |
What Is ILOG CPLEX? |
INDEX
![]() |
ILOG CPLEX is a tool for solving linear optimization problems, commonly referred to as Linear Programming (LP) problems, of the form:
Maximize (or Minimize) |
c1x1 + c2x2 +...+ cnxn |
subject to |
a11x1 + a12x2 +...+ a1nxn ~ b1
a21x1 + a22x2 +...+ a2nxn ~ b2
...
am1x1 + am2x2 +...+ amnxn ~ bm |
with these bounds |
l1 ![]() ![]()
...
ln ![]() ![]() |
where ~ can be ,
, or =, and the upper bounds ui and lower bounds li may be positive infinity, negative infinity, or any real number.
The elements of data you provide as input for this LP are:
The optimal solution that ILOG CPLEX computes and returns is:
Variables |
x1, x2, ... , xn |
ILOG CPLEX also can solve several extensions to LP:
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |