ILOG CPLEX 11.0 User's Manual > Programming Considerations > Developing CPLEX Applications > Eliminating Common Programming Errors > Read Your Messages |
Read Your Messages |
INDEX PREVIOUS NEXT |
ILOG CPLEX detects many different kinds of errors and generates exception, warnings, or error messages about them.
To query exceptions in Concert Technology, use the methods:
IloInt IloCplex::Exception::getStatus() const;
To view warnings and error messages in the Callable Library, you must direct them either to your screen or to a log file.
CPXsetintparam
to set the parameter CPX_PARAM_SCRIND
.
CPXsetlogfile
.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |