LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
fj_sm_tput.h File Reference

Saturated (single-message) maximum throughput of a K-way fork-join system with exponential branch service. More...

Include dependency graph for fj_sm_tput.h:

Go to the source code of this file.

Namespaces

namespace  line
namespace  line::fj

Functions

template<class T>
line::fj::fj_sm_tput (unsigned K, const T &mu)
 Saturated (single-message) maximum throughput of a K-way fork-join system with exponential branch service.

Detailed Description

Saturated (single-message) maximum throughput of a K-way fork-join system with exponential branch service.

Templated port of matlab/src/api/fj/fj_sm_tput.m, cross-checked against jar/src/main/java/jline/api/fj/FJ_sm_tput.java (identical).

lambda_max = mu / H_K = 1 / X_K^max

Rational, hence exact in the field, and the exact reciprocal of fj_xmax_exp by construction.

Definition in file fj_sm_tput.h.