Gets or sets the name of the model.
Namespace: Extreme.Mathematics.OptimizationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringA
String.
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference