MPSReaderObjective Property |
The objective as a Row.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual MPSReaderRow Objective { get; }
Public Overridable ReadOnly Property Objective As MPSReaderRow
Get
public:
virtual property MPSReaderRow^ Objective {
MPSReaderRow^ get ();
}
abstract Objective : MPSReaderRow with get
override Objective : MPSReaderRow with get
Property Value
Type:
MPSReaderRow
A
Row containing a representation of the objective.
See Also