The Cplex..::..Callback..::..Context type exposes the following members.

Properties

  NameDescription
Public propertyInBranching
Tests whether the callback was invoked in context Id.Branching. It is a shortcut for GetId() == Cplex.Callback.Context.Id.Branching
Public propertyInCandidate
Tests whether the callback was invoked in context Id.Candidate. It is a shortcut for GetId() == Cplex.Callback.Context.Id.Candidate
Public propertyInGlobalProgress
Tests whether the callback was invoked in context Id.GlobalProgress. It is a shortcut for GetId() == Cplex.Callback.Context.Id.GlobalProgress
Public propertyInLocalProgress
Tests whether the callback was invoked in context Id.LocalProgress. It is a shortcut for GetId() == Cplex.Callback.Context.Id.LocalProgress
Public propertyInRelaxation
Tests whether the callback was invoked in context Id.Relaxation. It is a shortcut for GetId() == Cplex.Callback.Context.Id.Relaxtion
Public propertyInThreadDown
Tests whether the callback was invoked in context Id.ThreadDown. It is a shortcut for GetId() == Cplex.Callback.Context.Id.ThreadDown
Public propertyInThreadUp
Tests whether the callback was invoked in context Id.ThreadUp. It is a shortcut for GetId() == Cplex.Callback.Context.Id.ThreadUp

See Also