Interface for CPLEX callbacks.

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

Syntax

C#
public interface Function
Visual Basic
Public Interface Function

Remarks

Any class to be used as a CPLEX callback must implement this interface. See the documentation of Cplex.Use(Callback.Function, long) for more details.

See Also