OptimizationModel.Name Property

Gets or sets the name of the model.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string Name { get; set; }

Property Value

String
A 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.

See Also