Deprecated List
- Member com.gams.api.GAMSDatabase.finalize ()
- Deprecated since 50.0, this finalize method is subject to removal in a future version. See
dispose()
as an alternative to early release resources used by GAMSDatabase. - Member com.gams.api.GAMSModelInstance.finalize ()
- Deprecated since 50.0, this finalize method is subject to removal in a future version. See
dispose()
as an alternative to early release resources used by GAMSModelInstance. - Member com.gams.api.GAMSOptions.finalize ()
- Deprecated since 50.0, this finalize method is subject to removal in a future version. See
dispose()
as a replacement to early release resources used by GAMSOptions. - Member com.gams.api.GAMSSymbolRecord.finalize ()
- Deprecated since 50.0, this finalize method is subject to removal in a future version. See
dispose()
as an alternative to early release resources used by GAMSSymbolRecord. - Member com.gams.api.GAMSWorkspace.finalize ()
- Deprecated since 50.0, this finalize method is subject to removal in a future version. The temporary working directory will be eventually removed in case either the debug level is set
GAMSGlobals.DebugLevel.OFF
or there is no error and the debug level is not set toGAMSGlobals.DebugLevel.KEEP_FILES_ON_ERROR
or above.