|
Pass message to AIMMS.
virtual void PassMessage( _LONG_T priority, char msg[] ) = 0;
Parameters |
Description |
_LONG_T priority |
The priority level of the message.Value taken from the MessagePriorityLevel enumeration. |
char msg[] |
Buffer containing the message. The length of the string, including the terminating '\0', should be at most 256. |
The PassMessage method does not have a return value.
The PassMessage method can be used to pass informational messages to AIMMS. Depending on a priority flag, these messages are printed in the Message Window of AIMMS.
The general solvers option 'Solver window messages' determines which of the messages passed by PassMessage are printed in the AIMMS message window.
The method PassMessageW.