GRBModel.dispose()


GRBModel.dispose()

Release the resources associated with aGRBModelobject. While the Java garbage collector will eventually reclaim these resources, we recommend that you call thedisposemethod when you are done using a model.

You should not attempt to use aGRBModelobject after callingdisposeon it.

void dispose( )