LINE Solver Python Documentation
Welcome to the LINE Solver Python documentation. LINE is an open-source solver for queueing models and queueing networks, supporting both analytical methods and simulation.
Note
The same model can also be solved by LINE’s Java and C++ engines. Every solver
constructor takes a lang keyword: MVA(model, lang="java") hands the model to
jline.jar and MVA(model, lang="cpp") to the C++ line-cli engine, with the
results read back into the usual result object. See Solver Backends: lang='java', lang='cpp'.
Getting Started:
API Reference:
- API Documentation
- Core Modules
- Cache Algorithms
- Loss Networks
- Layered Stochastic Networks
- Markov Chain Utilities
- Matrix-Analytic Methods
- Non-Product-Form Networks
- Polling Systems
- Product-Form Queueing Networks
- Queueing Systems
- Stochastic Network Utilities
- Trace Analysis
- Utilities and Constants
- Overview
- Module Locations
- License
- Reference