The Cplex..::..Callback..::..Context type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| InBranching |
Tests whether the callback was invoked in context Id.Branching.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.Branching | |
| InCandidate |
Tests whether the callback was invoked in context Id.Candidate.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.Candidate | |
| InGlobalProgress |
Tests whether the callback was invoked in context Id.GlobalProgress.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.GlobalProgress | |
| InLocalProgress |
Tests whether the callback was invoked in context Id.LocalProgress.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.LocalProgress | |
| InRelaxation |
Tests whether the callback was invoked in context Id.Relaxation.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.Relaxtion | |
| InThreadDown |
Tests whether the callback was invoked in context Id.ThreadDown.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.ThreadDown | |
| InThreadUp |
Tests whether the callback was invoked in context Id.ThreadUp.
It is a shortcut for
GetId() == Cplex.Callback.Context.Id.ThreadUp |