Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBModel.dispose()
Release the resources associated with a GRBModel
object.
While the Java garbage collector will eventually reclaim these
resources, we recommend that you call the dispose
method when
you are done using a model.
You should not attempt to use a GRBModel
object after calling
dispose
on it.
void | dispose ( ) |