MPSReaderNameObjective Property |
The name of the free row containing the objective.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string NameObjective { get; set; }
Public Overridable Property NameObjective As String
Get
Set
public:
virtual property String^ NameObjective {
String^ get ();
void set (String^ value);
}
abstract NameObjective : string with get, set
override NameObjective : string with get, set
Property Value
Type:
String
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