Function GMP::SolverSession::GetOptionValue(solverSession, OptionName)

GMP::SolverSession::GetOptionValue

The function GMP::SolverSession::GetOptionValue returns the value of a solver specific option for a solver session.

GMP::SolverSession::GetOptionValue(
     solverSession,    ! (input) a solver session
     OptionName        ! (input) a scalar string expression
     )

Arguments

solverSession

An element in the set AllSolverSessions.

OptionName

A string expression holding the name of the option.

Return Value

In case of success, the function returns the current option value. Otherwise it returns UNDF.

Note