Class for wrapping exception occurring in lpinterface. The linear program interface can return errors at many points, for various reasons. This exception classed is subclassed for each error cause, allowing fine-grained control over various error paths. More...
#include <errors.hpp>
Public Member Functions | |
| LpException (const char *msg) | |
| template<typename... Args> | |
| LpException (Args &&...args) | |
Class for wrapping exception occurring in lpinterface. The linear program interface can return errors at many points, for various reasons. This exception classed is subclassed for each error cause, allowing fine-grained control over various error paths.
1.8.6