Uses of Class
jline.opt.objectives.Constraint
Packages that use Constraint
-
Uses of Constraint in jline.opt
Methods in jline.opt that return types with arguments of type ConstraintMethods in jline.opt with parameters of type Constraint -
Uses of Constraint in jline.opt.objectives
Subclasses of Constraint in jline.opt.objectivesModifier and TypeClassDescriptionclassBudget constraint: total cost <= budget, cost from variable values.classPer-station response time constraint: RT <= maxValue.classEnd-to-end (chain-level) response time constraint: SysRespT <= maxValue.classThroughput constraint: Tput >= minValue.classUtilization constraint: U <= maxValue.Fields in jline.opt.objectives with type parameters of type ConstraintMethods in jline.opt.objectives that return types with arguments of type ConstraintMethod parameters in jline.opt.objectives with type arguments of type ConstraintModifier and TypeMethodDescriptionstatic MinimizeCostRate-cost-only convenience constructor.static MinimizeCostMinimizeCost.serverCost(Map<Station, Double> serverCost, List<Constraint> subjectTo) Server-cost-only convenience constructor.Constructor parameters in jline.opt.objectives with type arguments of type ConstraintModifierConstructorDescriptionMinimizeCost(Map<Station, Double> serverCost, Map<Station, Double> rateCost, Map<Station, Double> replicaCost, List<Constraint> subjectTo) MinimizeSystemResponseTime(String jobclass, List<Constraint> subjectTo) -
Uses of Constraint in jline.opt.pareto
Methods in jline.opt.pareto that return Constraint