DVCompute Modeler
DVCompute Modeler allows you to create and run discrete event simulation models and queue networks directly using the Python programming language. Please see my PDF book DVCompute Modeler: Using Python for Simulation for more information.
Here are example models in Python.
Please note that DVCompute Modeler has currently status Beta. It means that the simulator is not well-tested.
After you agree with the following License Agreement, you can download and install DVCompute Modeler by using the next installers.
Windows x64, Python 3.9
the download link: dvcomputemodeler-0.9-cp39-cp39-win_amd64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp39-cp39-win_amd64.whl
Windows x64, Python 3.8
the download link: dvcomputemodeler-0.9-cp38-cp38-win_amd64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp38-cp38-win_amd64.whl
Windows x64, Python 3.7
the download link: dvcomputemodeler-0.9-cp37-cp37m-win_amd64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp37-cp37m-win_amd64.whl
Linux Ubuntu x64, Python 3.9
the download link: dvcomputemodeler-0.9-cp39-cp39-linux_x86_64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp39-cp39-linux_x86_64.whl
Linux Ubuntu x64, Python 3.8
the download link: dvcomputemodeler-0.9-cp38-cp38-linux_x86_64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp38-cp38-linux_x86_64.whl
macOS x64, Python 3.9
the download link: dvcomputemodeler-0.9-cp39-cp39-macosx_10_15_x86_64.whl
alternatively, pip command:
pip3 install https://aivikasoft.com/downloads/dv/dvcomputemodeler-0.9-cp39-cp39-macosx_10_15_x86_64.whl