- Function GMP::SolverSession::GetCallbackInterruptStatus(solverSession)
GMP::SolverSession::GetCallbackInterruptStatus
The function GMP::SolverSession::GetCallbackInterruptStatus
returns
the type of the last callback function that had been called during a
specific solver session.
GMP::SolverSession::GetCallbackInterruptStatus(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
An element in the set
AllSolverInterrupts
.
Note
When the solver session has not yet been executed, the empty element will be returned.
See also
The procedures GMP::SolverSession::Execute
, GMP::Instance::SetCallbackAddCut
, GMP::Instance::SetCallbackAddLazyConstraint
, GMP::Instance::SetCallbackBranch
, GMP::Instance::SetCallbackCandidate
,
GMP::Instance::SetCallbackIncumbent
, GMP::Instance::SetCallbackIterations
, GMP::Instance::SetCallbackHeuristic
, GMP::Instance::SetCallbackStatusChange
and GMP::Instance::SetCallbackTime
.