MPSReader Methods |
The MPSReader type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLowerBound |
Returns the lower bound for a variable.
| |
GetLowerRange |
Returns the lower range value for a constraint equation.
| |
GetNameColumn |
Returns the name of a constraint column. Constraint column names are
also variable names.
| |
GetNameRow |
Returns the name of a constraint row.
| |
GetRow |
Returns a row of the constraint matrix or a free row.
| |
GetRowCoefficients |
Returns the coefficients of a row.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeVariable |
Returns the type of a variable. The variable types are
CONTINUOUS_VARIABLE, BINARY_VARIABLE or
INTEGER_VARIABLE.
| |
GetUpperBound |
Returns the upper bound for a variable.
| |
GetUpperRange |
Returns the upper range value for a constraint equation.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessCommand |
Process a section of the MPS file.
| |
Read |
Reads and parses the MPS file.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |