![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Directories | |
| lqn | |
| processes | |
| qn | |
| workflow | |
Files | |
| dist_fitters.h | |
| The moment fitters the reference distributions carry as STATIC FACTORIES: Erlang.fitMeanAndOrder, HyperExp.fitMeanAndSCV, Coxian.fitMeanAndSCV, Cox2.fitCentral, APH.fitMeanAndSCV, APH.fitCentral, Gamma.fitMeanAndSCV, Pareto.fitMeanAndSCV. | |
| dist_scale_rate.h | |
| Rate-scaled copy of a distribution, preserving its shape. | |
| distribution.h | |
| What refreshProcessRepresentations and refreshLST compute FROM a distribution: the (D0,D1) pair that reaches sn.proc, the arrival-phase vector sn.pie, and the Laplace-Stieltjes transform sn.lst. | |
| distributions.h | |
| The distributions a user names, spelled as their Python twins. | |
| lang_types.h | |
| Enumerations and the minimal distribution descriptor shared by the model layer of the C++ port. | |
| prior.h | |
| Prior: parameter uncertainty as a weighted set of alternative models. | |