Base class for user-written control and query callbacks that control probing progress.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public abstract class ProbingCallback : Cplex..::..MIPCallback
Visual Basic
Public MustInherit Class ProbingCallback _
	Inherits 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.CPLEX..::..Cplex..::..Callback
    ILOG.CPLEX..::..Cplex..::..OptimizationCallback
      ILOG.CPLEX..::..Cplex..::..MIPInfoCallback
        ILOG.CPLEX..::..Cplex..::..MIPCallback
          ILOG.CPLEX..::..Cplex..::..ProbingCallback

See Also