105 Commits (0cd148c60020bf5f3adbbaf23e6aedb52e3cb331)

Author SHA1 Message Date
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 1198951c3e more work on game abstraction of PRISM programs 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
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
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 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 9201c6420a Removes identity assignments 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
sjunges 44e609ce86 merge fix 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
sjunges 9a0e42babb static analysis for global variables 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert da0582405d Raise warning/error if synchronizing Markovian commands are detected. 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 10 years ago
dehnert 96539f41a5 Fixed simplification of division: division expressions must not be simplified, because it is not (yet) clear whether integer division or floating point division is to be used. 10 years ago
dehnert e79233bd7b Added check in PRISM program that prevents global varibles from written in possibly synchronizing commands. 10 years ago
dehnert 8c1870eb54 Intermediate commit. 10 years ago
dehnert 7d1829aefa More work on DD-based model generation. 10 years ago
dehnert 0a59f7a7ef Fixed a bug that sometimes prevented transition rewards from being built. 10 years ago
dehnert 8bc646ccb8 Simplification of program when substituting constants. 10 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 10 years ago
dehnert 92aa2607a0 The labels of the models are now only built if no property was given or the given property contains the label. 10 years ago
dehnert ee7b591db1 Some work on cli. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert 231d2223a9 Model building works again (more or less) 10 years ago
dehnert 827839e7fd Changed internal representation of bit vector slightly, adjusted all operations. New bit vector operation runs fine now. 10 years ago
dehnert 43d77e0adc Wrote tests for the new necessary bit vector operations (they fail, because the bit vector is organized in a weird way and needs to be restructured.) 10 years ago
dehnert 30f78b0a99 Intermediate commit. Started improving explicit model adapter performance. 10 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 10 years ago
dehnert 3260a6203c Started improving performance of explicit model generation. 10 years ago