The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
704 B

4 weeks ago
  1. Stormpy - Python bindings for Storm
  2. ===================================
  3. [![Build Status](https://travis-ci.org/moves-rwth/stormpy.svg?branch=master)](https://travis-ci.org/moves-rwth/stormpy)
  4. [![GitHub release](https://img.shields.io/github/release/moves-rwth/stormpy.svg)](https://github.com/moves-rwth/stormpy/releases/)
  5. Python bindings for [Storm](https://github.com/moves-rwth/storm/), created using [PyBind11](http://pybind11.readthedocs.io/en/stable/intro.html).
  6. For more information, please check the [documentation](https://moves-rwth.github.io/stormpy/).
  7. ### Dependencies
  8. Stormpy depends on [pycarl](https://github.com/moves-rwth/pycarl/).
  9. ### Authors
  10. - Sebastian Junges
  11. - Matthias Volk