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.
 
 
 
 
 
 
Sebastian Junges c2f86067d8 license GPLv3, as storm is also under that license 5 years ago
cmake Use find_library to search for storm libs 6 years ago
doc new information on using different model checking techniques 5 years ago
examples a bit better examples 5 years ago
lib/stormpy stormpy.model_checking(...) now supports both sparse and dd based models. 5 years ago
resources/pybind11 Modified pybind support for C++17 to fix issues with Xcode 11 5 years ago
setup Extended setup.py script similar to pycarl one 7 years ago
src Adaption to changes in Storm 5 years ago
tests Bindings for InstantiationModelchecker with RationalNumber 5 years ago
travis Travis: fix directories 5 years ago
.gitignore Updated gitignore 7 years ago
.travis.yml Require Storm version 1.4.1 5 years ago
CHANGELOG.md updated changelog 5 years ago
CMakeLists.txt updated based on changes in storm 6 years ago
LICENSE license GPLv3, as storm is also under that license 5 years ago
MANIFEST.in Updated setup.py 7 years ago
README.md Small updated in README 7 years ago
setup.cfg Extended setup.py script similar to pycarl one 7 years ago
setup.py Require Storm version 1.4.1 5 years ago

README.md

Stormpy - Python bindings for Storm

Build Status

Python bindings for Storm, created using PyBind11.

For more information, please check the documentation.

Dependencies

Stormpy depends on pycarl.

Authors

  • Sebastian Junges
  • Matthias Volk