![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Saturated (single-message) maximum throughput of a K-way fork-join system with exponential branch service. More...
#include "line/api/fj/fj_harmonic.h"#include "line/api/fj/fj_types.h"#include "line/num/number.h"#include "line/util/error.h"Go to the source code of this file.
Namespaces | |
| namespace | line |
| namespace | line::fj |
Functions | |
| template<class T> | |
| 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. | |
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.