Provides the name of the solver status file.
virtual _LONG_T GetLogFile( _TCHAR filename[] ) = 0;
Parameters |
Description |
_TCHAR filename[] |
Buffer for receiving the file name; the length of the name should be at most 255 |
The GetLogFile method should return AOSI_SUCCESS if the solver uses a status or logging file, otherwise it should return AOSI_FAILURE.
The GetLogFile method is used by AIMMS to retrieve the name of the solver status (or logging) file (if any).