![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Files | |
| fj_driver.h | |
| The fork-join fixed point that drives one inner MVA solve. | |
| fj_ht.h | |
| The Heidelberger-Trivedi fork-join transform, options.config.fork_join='ht'. | |
| fj_mmt.h | |
| The fork-join transform SolverMVA applies before solving a layer that contains a Fork. | |
| mva_dispatch.h | |
| Port of @@SolverMVA/mvaDispatch.m: one inner solve, choosing the analyzer that fits the model. | |
| mva_types.h | |
| The option and result types every MVA analyzer shares. | |
| sn_chain.h | |
| Chain aggregation and de-aggregation. | |
| solver_mapqn.h | |
| SolverMVA method 'amva.mapqn': the horizontal-cut mean value analysis (mapqn_amva) of a closed multiclass model with one exponential delay station and one FCFS single-server queue whose class-r service is a MAP. | |
| solver_mva.h | |
| SolverMVA over a SolverLN layer. | |
| solver_mva_cache.h | |
| The non-reentrant cache analyzer: a Source-Cache-Sink model. | |
| solver_mva_cacheqn.h | |
| Integrated caching-queueing analyzer, a port of matlab/src/solvers/MVA/solver_mva_cacheqn_analyzer.m. | |
| solver_mva_cacheqn_retrieval.h | |
| Port of solver_mva_cacheqn_retrieval_analyzer.m: a CLOSED integrated cache-queueing model whose Cache carries a delayed-hit retrieval system. | |
| solver_mva_oi.h | |
| Exact mean-value analysis for networks with order-independent stations. | |
| solver_mva_polling.h | |
| The multiclass open polling analyzer (ladder branch 5). | |
| solver_mva_prob.h | |
| The state-probability half of the SolverMVA class surface. | |
| solver_mva_retrieval.h | |
| Delayed-hit (retrieval-system) cache analyzer, a port of matlab/src/solvers/MVA/solver_mva_retrieval_analyzer.m. | |
| solver_mva_runner.h | |
| The SolverMVA class surface: @@SolverMVA/runAnalyzer.m and the gates around it. | |
| solver_mva_sjn.h | |
| Closed networks with shortest-job-next (SJF) stations, ladder branch 0. | |
| solver_mvac.h | |
| MVAC, exact mean value analysis BY CHAIN (Conway, de Souza e Silva and Lavenberg, IEEE Trans. | |
| solver_qna.h | |
| QNA, the two-moment open-network decomposition analyzer. | |
| solver_rqna.h | |
| Robust Queueing Network Analyzer (RQNA), a port of matlab/src/solvers/MVA/solver_rqna.m. | |
| solver_rqt.h | |
| Robust Queueing Network Analyzer (RQNA) of Robust Queueing Theory, a port of matlab/src/solvers/MVA/solver_rqt.m, cross-checked against jar/src/main/java/jline/solvers/mva/handlers/Solver_rqt.java. | |