NO FRAMES

Group optim.cplex.callable.analyzesolution

The routines in the ILOG CPLEX Callable Library to analyze solutions.
Function Summary
CPXboundsa
CPXclpwrite
CPXfeasopt
CPXfeasoptext
CPXgetconflict
CPXgetconflictext
CPXgetdblquality
CPXgetgrad
CPXgetintquality
CPXgetsolnpooldblquality
CPXgetsolnpoolintquality
CPXobjsa
CPXqpindefcertificate
CPXrefineconflict
CPXrefineconflictext
CPXrhssa

Solution analysis routines give further information about a solution. As the solutions are computed with finite-precision arithmetic, there may be some numeric residuals; the quality routines give information about what these numeric residuals are. The sensitivity analysis routines give information about how the solution would change if some aspect of the problem is changed; these routines require a simplex basis, so they may be used only after a simplex optimization of an LP.