Function GMP::Instance::Rename(GMP, Name)

GMP::Instance::Rename

The procedure GMP::Instance::Rename can be used to rename a generated mathematical program.

GMP::Instance::Rename(
     GMP,            ! (input) a generated mathematical program
     Name            ! (input) a string expression
     )

Arguments

GMP

An element in the set AllGeneratedMathematicalPrograms.

Name

A string that holds the new name.

Return Value

GMP::Instance::Rename has no return value.

See also

The functions GMP::Instance::Generate and GMP::Instance::Copy.