Object used to pass messages from the SDK and the underlying AIMMS model to the client application.
struct AimmsMessage { AimmsMessageCode code; std::string message; };
|
Members |
Description |
|
AimmsMessageCode code; |
The AimmsMessageCode indicating the category of the message. |
|
std::string message; |
String representing the message. |