ilog.cplex
Class IloCplex.ProbingCallback

java.lang.Object
  |
  +--ilog.cplex.IloCplex.Callback
        |
        +--ilog.cplex.IloCplex.MIPCallback
              |
              +--ilog.cplex.IloCplex.ProbingCallback

public abstract static class IloCplex.ProbingCallback
extends IloCplex.MIPCallback

An instance of the class ProbingCallback represents a user-written callback in an application that uses an instance of IloCplex to solve a MIP (mixed integer programming problem). This class offers a method to check on the progress of the cuts.

The methods of this class are protected for use in deriving a user-written callback class and in implementing the main method in it.

If an attempt is made to access information not available to an instance of this class, an exception is thrown.

See Also:
IloCplex.MIPCallback

Constructor Summary
protected IloCplex.ProbingCallback()
           
 
Method Summary
protected  int getPhase()
          Gets the current phase of probing.
protected  double getProgress()
          Returns the fraction of the disjunctive cut generation for the pass completed.
 
Methods inherited from class ilog.cplex.IloCplex.MIPCallback
getBestObjValue, getCutoff, getDirection, getIncumbentObjValue, getIncumbentValue, getIncumbentValues, getIncumbentValues, getNcliques, getNcovers, getNdisjunctiveCuts, getNflowCovers, getNflowPaths, getNfractionalCuts, getNGUBcovers, getNimpliedBounds, getNiterations, getNMIRs, getNnodes, getNremainingNodes, getPriority, isIntegerFeasible
 
Methods inherited from class ilog.cplex.IloCplex.Callback
abort, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IloCplex.ProbingCallback

protected IloCplex.ProbingCallback()
Method Detail

getPhase

protected int getPhase()
Gets the current phase of probing.
Returns:
The current probing phase.

getProgress

protected double getProgress()
Returns the fraction of the disjunctive cut generation for the pass completed.
Returns:
The fraction of the disjunctive cut generation for the pass completed.