Procedure GMP::Column::Add(GMP, column)

GMP::Column::Add

The procedure GMP::Column::Add adds a column to a generated mathematical program.

GMP::Column::Add(
     GMP,            ! (input) a generated mathematical program
     column          ! (input) a scalar reference
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

column

A scalar reference to a column.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note