Returns the model being solved when the invoking callback is called, that is, the active model.

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

Syntax

C#
protected virtual IModel GetModel()
Visual Basic
Protected Overridable Function GetModel As IModel

Return Value

The model being solved when the invoking callback is called.

See Also