Click or drag to resize
MPSReaderNameRHS Property
The name of the RHS set used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string NameRHS { get; set; }

Property Value

Type: String
A String containging the name of the RHS set used.
Remarks
An MPS file can contain multiple sets of RHS values, but only one is retained by this reader. If not set, then the first set in the file is used.
See Also