Provides the version number of the solver.
virtual void GetVersion( char version[], _LONG_T size ) = 0;
Parameters |
Description |
char version[] |
Buffer for placing the version number. The length of the version number should be at most size (including the terminating '\0' character). |
_LONG_T size |
Size of the version buffer. |
The GetVersion method has no return value.
The GetVersion method is called by AIMMS to get the version number of the solver and the solver interface, if any. The version number is only used by AIMMS in the 'About AIMMS' dialog box.