Click or drag to resize
MPSReader Methods

The MPSReader type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLowerBound
Returns the lower bound for a variable.
Public methodGetLowerRange
Returns the lower range value for a constraint equation.
Public methodGetNameColumn
Returns the name of a constraint column. Constraint column names are also variable names.
Public methodGetNameRow
Returns the name of a constraint row.
Public methodGetRow
Returns a row of the constraint matrix or a free row.
Public methodGetRowCoefficients
Returns the coefficients of a row.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeVariable
Returns the type of a variable. The variable types are CONTINUOUS_VARIABLE, BINARY_VARIABLE or INTEGER_VARIABLE.
Public methodGetUpperBound
Returns the upper bound for a variable.
Public methodGetUpperRange
Returns the upper range value for a constraint equation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessCommand
Process a section of the MPS file.
Public methodRead
Reads and parses the MPS file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also