8042 Commits (1e60fa79144ea0df290efdaeb81c79a312413c53)

Author SHA1 Message Date
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 6c804732e1 introduced (probably buggy) versions of existsAbstractRepresentative on BDDs and prob0 for games 10 years ago
dehnert 0cfc4dfd4d (re)introduced min/maxAbstractRepresentative for ADDs 10 years ago
dehnert 0bd0b963d7 introduced new menu game class 10 years ago
dehnert 7cd1e6324f the abstraction now properly builds an instance of the game class 10 years ago
dehnert 1199ab95e3 fixed bug in expressions. all tests now passing 10 years ago
dehnert 0cd148c600 fixed more bugs. however, a test still fails, because the abstraction is wrong 10 years ago
dehnert e8794dee22 added more tests, not working yet, however 10 years ago
dehnert 5934d67514 DD meta variables can now be inserted at particular locations. added some tests for game abstraction 10 years ago
dehnert 8911d2ba63 added debug output and fixed some bugs 10 years ago
dehnert 88bcd7d74c deadlock states now get fixed in abstract game 10 years ago
dehnert 75632f932d added state-set abstractor as a means to, e.g., derive the initial states BDD 10 years ago
dehnert 97c90d5437 added correct insertion of probabilities into BDD and reachability analysis 10 years ago
dehnert c6f1cb40d3 more work on games 10 years ago
dehnert deec423f27 fixed infinite recursion in constants comparator 10 years ago
dehnert 1198951c3e more work on game abstraction of PRISM programs 10 years ago
TimQu d26f38b9a2 minor stuff, some more pmdp examples and an mdp test case 10 years ago
TimQu adc5c8d1c1 Fixed another memory leak: CheckResults have not been destructed properly. 10 years ago
TimQu 77e086f446 small fix regarding the return type of computeValue 10 years ago
dehnert f013ddfb4c The determined relevant predicates are now added to the SMT solver of an abstract command. Also, variable bounds are enforced. 10 years ago
TimQu f72c30cdff First version of approximation model (with mdp intead of s2pg) 10 years ago
TimQu c94e9c25a6 Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps 10 years ago
TimQu 78bd4a041a Added Mdp class, sampling might work already (untested) 10 years ago
dehnert b28f36bb34 work on game-based abstraction 10 years ago
dehnert 36e8359efa added some useful functions to variable partition 10 years ago
dehnert fd5e908481 more work on variable partition 10 years ago
dehnert d4ed882795 more work on menu-game abstraction PRISM programs 10 years ago
TimQu 70dd76c08b Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon) 10 years ago
dehnert e51a3cfa85 refined cut-off of builders a little. Now, based on the property, more of the states are treated as terminal states of the model 10 years ago
dehnert e8e77f0dd3 fixed problem with prefix of fresh variables 10 years ago
sjunges 3a17477713 change engine in options...(preliminary) 10 years ago
sjunges c3e390c59a extended api with an option to verify model according to given engine 10 years ago
sjunges 559cb67813 updates to the stormpy core 10 years ago
sjunges 73bfdda6ed missing file 10 years ago
sjunges ebdd979d2c settings: checks after config file, added finalize 10 years ago
sjunges 93a0f7f8bb settings: checks after config file, added finalize 10 years ago
TimQu 0043d3ebf5 changed template argument, used unordered_map 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
sjunges 649c928828 further refactored api / shifted some highlevel functionality to cli 10 years ago
sjunges c281efcde3 refactored parts of the api 10 years ago
dehnert fd86d430ae minor fix 10 years ago
TimQu 5b1494b9a9 Made use of this new cool rewardModel thing 10 years ago
dehnert 5521172ed1 more work on sparse game solver 10 years ago
dehnert e659dd8c4a some work on sparse game solver 10 years ago
sjunges 8fd0ee2ecd Formula to string added 10 years ago
sjunges 3e9f095cd4 new version of storm-core python api 10 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 10 years ago
TimQu d377e6b289 Minor improvements everywhere. Also implemented some tests 10 years ago
TimQu c4444567e7 further optimization on approximation model initialization. Also better code structure of preprocessing steps 10 years ago