Try our new documentation site (beta).
Filter Content By
Version
Text Search
Table of contents
Filter by Language
C API Details
C++ API Details
Java API Details
.NET API Details
Python API Details
Attributes
GRBModel.Dispose()
Release the resources associated with a GRBModel
object.
While the .NET 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 ( ) |








