Package jline.opt.objectives
Class UtilizationConstraint
java.lang.Object
jline.opt.objectives.Constraint
jline.opt.objectives.UtilizationConstraint
Utilization constraint: U <= maxValue.
-
Field Summary
Fields inherited from class jline.opt.objectives.Constraint
name -
Constructor Summary
ConstructorsConstructorDescriptionUtilizationConstraint(String station, double maxValue, String name) UtilizationConstraint(Station station, double maxValue) -
Method Summary
Methods inherited from class jline.opt.objectives.Constraint
getName, isSatisfied, lowerBoundViolation, upperBoundViolation
-
Constructor Details
-
UtilizationConstraint
-
UtilizationConstraint
-
-
Method Details
-
generateName
- Specified by:
generateNamein classConstraint
-
getStation
-
getMaxValue
public double getMaxValue() -
evaluate
Description copied from class:ConstraintViolation amount: 0 if satisfied, positive if violated.- Specified by:
evaluatein classConstraint
-