ArtelysException

class ArtelysException

Exception class thrown by the Artelys Kalis library.

Example :

try {
    new KSession();
    // Model and solve here
} catch (ArtelysException &artelysException) {
    std::cerr << "An exception occured : " << artelysException.getMessage() << std::endl;
}

Since

2016.1