Procedure GMP::Column::SetTypeMulti(GMP, binding, column, type)

GMP::Column::SetTypeMulti

The procedure GMP::Column::SetTypeMulti changes the types of a group of columns, belonging to a variable, in a generated mathematical program.

GMP::Column::SetTypeMulti(
     GMP,            ! (input) a generated mathematical program
     binding,        ! (input) an index binding
     column,         ! (input) a variable expression
     type            ! (input) an element parameter in AllColumnTypes
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

binding

An index binding that specifies and possibly limits the scope of indices.

column

A variable that, combined with the binding domain, specifies the columns.

type

An element parameter in AllColumnTypes, defined over the binding domain.

Return Value

The procedure returns 1 on success, or 0 otherwise.