Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public abstract class DisjunctiveCutCallback : Cplex..::..MIPCallback |
Remarks
An instance of this class represents a user-written callback in an application that uses an instance of Cplex to solve a mixed integer programming problem (a MIP). This class allows you to monitor the progress of the generation of disjunctive cuts.
This is a user-written callback class. 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..::..MIPInfoCallback
ILOG.OPL..::..Cplex..::..MIPCallback
ILOG.OPL..::..Cplex..::..DisjunctiveCutCallback
ILOG.OPL..::..Cplex..::..Callback
ILOG.OPL..::..Cplex..::..MIPInfoCallback
ILOG.OPL..::..Cplex..::..MIPCallback
ILOG.OPL..::..Cplex..::..DisjunctiveCutCallback