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'.

Indices and tables