ILOG CPLEX .NET Reference Manual

Cplex.FractionalCutCallback Class

This is the callback class to use to monitor the progress of the generation of fractional cuts when a mixed integer programming problem (MIP) is being solved.

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

System.Object
   ILOG.CPLEX.Cplex.Callback
      ILOG.CPLEX.Cplex.MIPCallback
         ILOG.CPLEX.Cplex.FractionalCutCallback

public abstract class Cplex.FractionalCutCallback : MIPCallback

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 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). It allows you to monitor the progress of the generation of fractional cuts.

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