Function GMP::Instance::GetSymbolicMathematicalProgram(GMP)

GMP::Instance::GetSymbolicMathematicalProgram

The function GMP::Instance::GetSymbolicMathematicalProgram returns for a generated mathematical program the originating symbolic mathematical program.

GMP::Instance::GetSymbolicMathematicalProgram(
     GMP             ! (input) a generated mathematical program
     )

Arguments

GMP

An element in the set AllGeneratedMathematicalPrograms.

Return Value

The function returns the symbolic mathematical program as an element of AllMathematicalPrograms.

See also

The function GMP::Instance::Generate.