ILOG CPLEX .NET Reference Manual

Cplex.NetworkCallback Class

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

For a list of all members of this type, see Cplex.NetworkCallback Members.

System.Object
   ILOG.CPLEX.Cplex.Callback
      ILOG.CPLEX.Cplex.NetworkCallback

public abstract class Cplex.NetworkCallback : Callback

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

Cplex.NetworkCallback Members | ILOG.CPLEX Namespace