![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Files | |
| cache_retrieval_inputs.h | |
| Extract the delayed-hit retrieval-algorithm inputs from a NetworkStruct, a port of matlab/src/api/retrieval/cache_retrieval_inputs.m. | |
| retrieval_fpi.h | |
| Fixed-point heuristic for a delayed-hit (list-based) cache. | |
| retrieval_fpi_latency.h | |
| FPI-based approximation of the delayed-hit count and the expected latency of a list-based cache with a phase-type retrieval system. | |
| retrieval_metrics.h | |
| Exact miss, hit and delayed-hit metrics of a delayed-hit (list-based) cache. | |
| retrieval_mva.h | |
| Exact MVA-style recursion for delayed-hit (list-based) cache metrics. | |
| retrieval_nc.h | |
| Exact normalizing constant E(v,m) of a delayed-hit (list-based) cache. | |
| retrieval_rayint.h | |
| Ray (WKB) asymptotic expansion of the list-based cache normalizing constant. | |