ILOG CPLEX 10.2 Getting Started > Tutorials > Concert Technology Tutorial for C++ Users > Reading a Problem from a File: Example ilolpex2.cpp > Querying Quality Measures |
Querying Quality Measures |
INDEX
![]() |
Finally, the program prints the maximum primal infeasibility or bound violation of the solution. To cope with the finite precision of the numerical computations done on the computer, IloCplex
allows some tolerances by which (for instance) optimality conditions may be violated. A long list of other quality measures is available.
You can view the complete program online in the standard distribution of the product at yourCPLEXinstallation/examples/src/ilolpex2.cpp
.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |