Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 990 Bytes

File metadata and controls

36 lines (24 loc) · 990 Bytes

GMP::Column::GetType

The function :aimmsGMP::Column::GetType returns the type of a column in the matrix of a generated mathematical program.

GMP::Column::GetType(
     GMP,            ! (input) a generated mathematical program
     column          ! (input) a scalar reference or column number
     )

Arguments

GMP

An element in :aimmsAllGeneratedMathematicalPrograms.

column

A scalar reference to an existing column in the matrix or an element in the set :aimmsIntegers in the range {0..n − 1} where n is the number of columns in the matrix.

Return Value

An element in the predefined set :aimmsAllColumnTypes.

The routines :aimmsGMP::Instance::Generate and :aimmsGMP::Column::SetType.