Deletes all objects from a model, leaving an empty model behind.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void EndModel()
Visual Basic
Public Overridable Sub EndModel

Remarks

This method can be useful in certain applications where the removal individually of all objects from the model entails a performance penalty.

See Also