Class FileFormatMPS.Row
java.lang.Object
org.ojalgo.optimisation.FileFormatMPS.Row
- Enclosing class:
FileFormatMPS
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Expression(package private) FileFormatMPS.RowTypegetType()(package private) FileFormatMPS.Rowrange(BigDecimal value) (package private) FileFormatMPS.Rowrhs(BigDecimal value) (package private) voidsetColumnValue(String columnName, BigDecimal value)
-
Field Details
-
myExpression
-
myType
-
-
Constructor Details
-
Row
Row(String name, FileFormatMPS.RowType rowType, String objName)
-
-
Method Details
-
getExpression
Expression getExpression()- Returns:
- the expression
-
getType
FileFormatMPS.RowType getType()- Returns:
- the type
-
range
-
rhs
-
setColumnValue
-