org.ojalgo.optimisation.linear.mps
Class MathProgSysModel.Row
java.lang.Object
org.ojalgo.optimisation.ModelEntity<ME>
org.ojalgo.optimisation.ModelComponent<MathProgSysModel.Row>
org.ojalgo.optimisation.linear.mps.MathProgSysModel.Row
- All Implemented Interfaces:
- Comparable<MathProgSysModel.Row>, Constraint, Objective
- Enclosing class:
- MathProgSysModel
public static final class MathProgSysModel.Row
- extends ModelComponent<MathProgSysModel.Row>
| Methods inherited from class org.ojalgo.optimisation.ModelComponent |
getAdjustedLowerLimit, getAdjustedUpperLimit, getContributionWeight, getLowerLimit, getUpperLimit, isConstraint, isContributionWeightSet, isEqualityConstraint, isLowerConstraint, isLowerLimitSet, isObjective, isUpperConstraint, isUpperLimitSet, level, lower, setContributionWeight, setLowerLimit, setUpperLimit, toString, upper, validateConfiguration, weight |
type
public final RowType type
MathProgSysModel.Row
public MathProgSysModel.Row(String aName,
RowType aType)
getAdjustmentFactor
public BigDecimal getAdjustmentFactor()
- Specified by:
getAdjustmentFactor in class ModelComponent<MathProgSysModel.Row>
range
public final MathProgSysModel.Row range(BigDecimal aValue)
rhs
public final MathProgSysModel.Row rhs(BigDecimal aValue)