The name of the free row containing the objective.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string NameObjective { get; set; }
Visual Basic (Declaration)
Public Overridable Property NameObjective As String
Visual C++
public:
virtual property String^ NameObjective {
	String^ get ();
	void set (String^ value);
}

Field Value

A String containing the name of the free row containing the objective.

Remarks

An MPS file can contain free rows, but only one is retained by this reader as the objective. If not set, then the first free row in the file is used as the objective.

See Also