- Function GMP::SolverSession::GetTimeUsed(solverSession)
GMP::SolverSession::GetTimeUsed
The function GMP::SolverSession::GetTimeUsed
returns the elapsed
time (in 1/100th seconds) needed to execute a solver session.
GMP::SolverSession::GetTimeUsed(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
The number of 1/100th seconds used to execute a solver session.
See also
The routines GMP::Instance::SetTimeLimit
, GMP::SolverSession::Execute
, GMP::SolverSession::GetIterationsUsed
and GMP::SolverSession::GetMemoryUsed
.