ILOG CPLEX .NET Reference Manual

Cplex.CrossoverCallback Class

The base class for user-written callbacks during crossover from a barrier solution to a simplex basis.

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

System.Object
   ILOG.CPLEX.Cplex.Callback
      ILOG.CPLEX.Cplex.CrossoverCallback

public abstract class Cplex.CrossoverCallback : 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 CrossoverCallback represents a user-written callback in an application that uses an instance of Cplex to solve a problem by means of the barrier optimizer, with the crossover option. An instance of Cplex calls this callback regularly during crossover. For details about crossover, see the ILOG CPLEX User's Manual.

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.CrossoverCallback Members | ILOG.CPLEX Namespace