IMSL C# Numerical Library

MPSReader.GetNameColumn Method 

Returns the name of a constraint column. Constraint column names are also variable names.

public virtual string GetNameColumn(
   int iColumn
);

Parameters

iColumn
An int specifying the column for which a name is to be returned.

Return Value

A String containing the name of a constraint column.

See Also

MPSReader Class | Imsl.Math Namespace