> Continuous Optimization > Solving Problems with Quadratic Constraints (QCP) > Solving with Quadratic Constraints |
Solving with Quadratic Constraints |
INDEX PREVIOUS NEXT |
ILOG CPLEX allows you to solve your QCP models (that is, problems with quadratic constraints) through a simple interface, by calling the default optimizer as follows:
solve
method of IloCplex
.
CPXbaropt
.
optimize
.
With default settings, each of these approaches will result in the barrier optimizer being called to solve a continuous QCP.
The barrier optimizer is the only optimizer available to solve QCPs.
Anything to add about the discrete version?
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |