9 Commits (598dd85972bd063bf59ea96208ee454ddf702418)

Author SHA1 Message Date
Sebastian Junges 598dd85972 SymbolicModel: getDeadlockStates 8 years ago
Sebastian Junges 0ead111dea SymbolicModel: getLabels 8 years ago
Sebastian Junges e847d71e13 SymbolicModel: getRewardModels. 8 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 8 years ago
dehnert bf5018b858 post-merge fixes 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 29f0f66689 reworked getUniqueRewardModel a little 9 years ago
dehnert f45b7f9171 fixed some bugs and started on quantitative refinement 9 years ago
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 9 years ago
dehnert 4f7eaa0a43 some more work towards abstraction refinement 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 9 years ago
dehnert 97d9ecccbb started making cudd3 work 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 9 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 9 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 972795912a added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games 10 years ago
dehnert 7cd1e6324f the abstraction now properly builds an instance of the game class 10 years ago
sjunges f219437acf Faster compilation times! 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 5b77d827dc fixed a bug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 76b99a5515 Commit to switch workplace. 10 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 10 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 9d66f5128e Further work on symbolic CTMC generation. 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 10 years ago
dehnert 00e7121bc4 some work towards BDD-based mc. 10 years ago
dehnert c70d93f4d3 Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed. 10 years ago
dehnert 1a1906f811 Added functional tests for DD-based and sparse computation of states with prob 0 and 1. 10 years ago
dehnert c8007876ae Symbolic models can now be built from the command line. 10 years ago
dehnert 239caf57eb Added symbolic models and made DD-based model generator build the correct instances. 10 years ago