Provides the name of the solver help file.
virtual void GetHelpFile( char filename[], _LONG_T size ) = 0;
Parameters |
Description |
char filename[] |
Buffer for placing the name of the help file. The length of the name should be at most size (including the terminating '\0' character). |
_LONG_T size |
Size of the filename buffer. |
The GetHelpFile method has no return value.
The GetHelpFile method is called by AIMMS to get the name of the help file, if any, corresponding to the solver. The help file should be a HTML help CHM file.