ILOG CPLEX 11.0 User's Manual > Continuous Optimization > Solving LPs: Simplex Optimizers > Diagnosing LP Infeasibility |
Diagnosing LP Infeasibility |
INDEX PREVIOUS NEXT |
ILOG CPLEX reports statistics about any problem that it optimizes. For infeasible solutions, it reports values that you can analyze to discover where your problem formulation proved infeasible. In certain situations, you can then alter your problem formulation or change ILOG CPLEX parameters to achieve a satisfactory solution.
ILOG CPLEX provides tools to help you analyze the source of the infeasibility in your model. Those tools include the conflict refiner and FeasOpt:
CPXrefineconflict
in the Callable Library or by the method refineConflict
in Concert Technology. It finds a set of conflicting constraints and bounds in a model and refines the set to be minimal in a sense that you declare. It then reports its findings for you to take action to repair that conflict in your infeasible model. For more about this feature, see Diagnosing Infeasibility by Refining Conflicts.
CPXfeasopt
and in Concert Technology by the method feasOpt
. For more about this feature, see Repairing Infeasibility: FeasOpt.
With the help of those tools, you may be able to modify your problem to avoid infeasibility.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |