|
The MessagePriorityLevel enumeration describes the possible priority levels for solver messages passed to AIMMS.
enum MessagePriorityLevel { PRIO_ALWAYS, PRIO_ERROR, PRIO_WARNING, PRIO_REMARK, PRIO_DETAIL };
Members |
Description |
PRIO_ALWAYS |
Priority level always. |
PRIO_ERROR |
Priority level error. |
PRIO_WARNING |
Priority level warning. |
PRIO_REMARK |
Priority level remark. |
PRIO_DETAIL |
Priority level detail. |
With the PassMessage method messages can be passed to AIMMS. The general solvers option 'Solver window messages' determines which of those messages are printed in the AIMMS message window.
Possible values of general solvers option 'Solver window messages' are: