Function GMP::Solution::GetTimeUsed(GMP, solution)

GMP::Solution::GetTimeUsed

The function GMP::Solution::GetTimeUsed returns the elapsed time (in 1/100th seconds) used to create a solution in the solution repository of a generated mathematical program.

GMP::Solution::GetTimeUsed(
     GMP,            ! (input) a generated mathematical program
     solution        ! (input) a solution
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

solution

An integer scalar reference to a solution.

Return Value

The number of 1/100th seconds used to create a solution.

See also

The procedure GMP::Instance::SetTimeLimit.