Package org.ojalgo.optimisation
Class FileFormatMPS.Column
- java.lang.Object
-
- org.ojalgo.optimisation.FileFormatMPS.Column
-
- Enclosing class:
- FileFormatMPS
final class FileFormatMPS.Column extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
mySemicontinuous
private Variable
myVariable
-
Constructor Summary
Constructors Constructor Description Column(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) FileFormatMPS.Column
bound(FileFormatMPS.BoundType type, java.math.BigDecimal value)
(package private) Variable
getVariable()
(package private) FileFormatMPS.Column
integer(boolean flag)
(package private) boolean
isSemicontinuous()
(package private) void
setRowValue(java.lang.String rowName, java.math.BigDecimal value)
-
-
-
Field Detail
-
mySemicontinuous
private boolean mySemicontinuous
-
myVariable
private final Variable myVariable
-
-
Method Detail
-
bound
FileFormatMPS.Column bound(FileFormatMPS.BoundType type, java.math.BigDecimal value)
-
getVariable
Variable getVariable()
- Returns:
- the variable
-
integer
FileFormatMPS.Column integer(boolean flag)
-
isSemicontinuous
boolean isSemicontinuous()
-
setRowValue
void setRowValue(java.lang.String rowName, java.math.BigDecimal value)
-
-