Optimization Model.Name Property
Gets or sets the name of the model.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A String.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public string Name { get; set; }
Property Value
StringA String.
Remarks
When the model was read from an MPS file using the MpsReader class, this property returns the name of the model as it was declared in the MPS file.