Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public abstract class NetworkCallback : Cplex..::..Callback

Remarks

This is the callback class to use when Cplex uses the network optimizer.

An instance of the class NetCallback represents a user-written callback in an application that uses an instance of Cplex with the network optimizer. The callback is executed each time the network optimizer issues a log file message.

The constructor and methods of this class are protected to make sure that they are used only to derive a user-written callback class or to implement the main method in it.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..Callback
    ILOG.OPL..::..Cplex..::..NetworkCallback

See Also