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

Syntax

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

Remarks

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

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.

Inheritance Hierarchy

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

See Also