21 std::map<Warnings, std::string>
wp;
virtual const char * what() const
Returns the error message associated with this Error.
Error()
Constructs a new Error with the default message.
std::string msg_
The message associated with this exception.
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
bool warn_as_error
Flag for throwing an error when a warning happens.
unsigned int warn_limit
This is maximum number of times to issue a warning of each kind.
std::map< Warnings, std::string > warn_prefix
The number of warnings issues for each kind.
std::map< Warnings, std::string > warn_prefixes()
Creates the warning prefixes mapping.
std::map< Warnings, unsigned int > warn_count
The number of warnings issues for each kind.
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters
@ PENDING_DEPRECATION_WARNING