Package com.imsl.io
Class MPSReader.Element
java.lang.Object
com.imsl.io.MPSReader.Element
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MPSReader
An element in the sparse contraint matrix.
- See Also:
-
Method Summary
-
Method Details
-
getColumn
public int getColumn()Returns the column index. -
getValue
public double getValue()Returns the value of the element.
-