Package org.ojalgo.optimisation
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.RowType
getType()
(package private) FileFormatMPS.Row
range
(BigDecimal value) (package private) FileFormatMPS.Row
rhs
(BigDecimal value) (package private) void
setColumnValue
(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
-