ILOG CPLEX .NET Reference Manual

Cplex.End Method

Releases the Cplex license held by the invoking object, and all the memory allocated by it.

Overload List

Releases the Cplex license held by the invoking object, and all the memory allocated by it.

public virtual void End();

 

public virtual void End(IAddable);

 

public virtual void End(IAddable[]);

 

public virtual void End(IAddable[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace