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 98e61814f8 fix test to use new capitalised operators 6 years ago
cmake Use find_library to search for storm libs 7 years ago
doc Added documentation for engines 6 years ago
examples some explanation for iterating over MDPs and POMDPs 6 years ago
lib/stormpy Fixed conversion to raw_formula for properties 6 years ago
resources/pybind11 Disabled LTO to avoid segfaults 7 years ago
setup Extended setup.py script similar to pycarl one 7 years ago
src extended support for mdps 6 years ago
tests fix test to use new capitalised operators 6 years ago
travis Travis: removed docker installation as the package is already present 7 years ago
.gitignore Updated gitignore 7 years ago
.travis.yml Increase required storm version 6 years ago
CHANGELOG.md Started extending DFT bindings 6 years ago
CMakeLists.txt updated based on changes in storm 7 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 support for chaning the build_temp folder 6 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