Package jline.opt.objectives
package jline.opt.objectives
-
ClassesClassDescriptionBudget constraint: total cost <= budget, cost from variable values.Abstract base for line-opt constraints.Maximize a weighted combination of throughput, 1/response-time and 1/queue-length, subject to an optional budget constraint.Minimize infrastructure cost subject to service-level constraints.Minimize the end-to-end (system) response time.Abstract base for line-opt objectives.Per-station response time constraint: RT <= maxValue.End-to-end (chain-level) response time constraint: SysRespT <= maxValue.Throughput constraint: Tput >= minValue.Utilization constraint: U <= maxValue.