Package jline.io
Class Ret.pfqnHarelBounds
-
- All Implemented Interfaces:
public class Ret.pfqnHarelBoundsResult type for Harel et al. throughput bounds for closed queueing networks.
This class encapsulates the output of the pfqn_harel_bounds function which implements the throughput bounds from Harel, Namn, and Sturm (1999) "Simple bounds for closed queueing networks", Queueing Systems 31:125-135.
The bounds provide:
- LB: Lower bound on throughput (tighter than Zahorjan's balanced job bound)
- UB(n): Upper bounds on throughput for various n values
-
-
Constructor Summary
Constructors Constructor Description Ret.pfqnHarelBounds(double LB, Array<double> UB, Array<double> TH, int N, int k, int maxN)
-