Procedure GMP::Row::Add(GMP, row)

GMP::Row::Add

The procedure GMP::Row::Add adds an empty row to the matrix of a generated mathematical program.

GMP::Row::Add(
     GMP,            ! (input) a generated mathematical program
     row             ! (input) a scalar reference
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

row

A scalar reference to a row.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note