- Function GMP::SolverSession::GetIterationsUsed(solverSession)
GMP::SolverSession::GetIterationsUsed
The function GMP::SolverSession::GetIterationsUsed
returns the
number of iterations used by a solver session.
GMP::SolverSession::GetIterationsUsed(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
The number of iterations used by the solver session.
See also
The routines GMP::SolverSession::Execute
, GMP::Instance::SetIterationLimit
, GMP::SolverSession::GetMemoryUsed
and GMP::SolverSession::GetTimeUsed
.