Python Package

The QPLEX Python Package is a collection of software tools that implement the QPLEX methodology to perform calculations for a number of standard queueing models supported by the QPLEX methodology. These represent only a subset of the models supported by the QPLEX methodology. It is possible to extend the package, using the Q Development Kit.

How to get it

Using the QPLEX Python Package requires Python 3. Install the QPLEX Python Package as follows from the command line:

pip3 install qplex

Documentation

The official documentation is available here.

The Python code to produce the animation on the home page of this website can be found here.

Source

The source code of the package is hosted on GitHub.