12.07.2015 Views

ILOG CPLEX 11.0 User's Manual

ILOG CPLEX 11.0 User's Manual

ILOG CPLEX 11.0 User's Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Objects of the exception class IloCplex::Exception correspond to the error codesgenerated by the <strong>ILOG</strong> <strong>CPLEX</strong> Callable Library. The error code can be queried from acaught exception by calling method:IloInt IloCplex::Exception::getStatus() const;The error message can be queried by calling method:const char* IloException::getMessage() const;which is a virtual method inherited from the base class IloException. If you want toaccess only the message for printing to a channel or output stream, it is more convenient touse the overloaded output operator (operator

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!