The base class for user-written callbacks that monitor probing progress.

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

Syntax

C#
public abstract class ProbingCallback : Cplex..::..MIPCallback

Remarks

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..::..ProbingCallback

See Also