60 Commits (ce8819b44d375a424ffe1690d30f0e3fd18f09b1)

Author SHA1 Message Date
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 9f70e7cb3b adapted DD-based model exploration to the new policy regarding writing to global variables 10 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert a9142a752d fixed another bug 10 years ago
dehnert 30fc452623 fixed another bug 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 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
dehnert e631dbd1a0 more work on new reward models 10 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 6fa1078fb1 some more work on reward model 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
dehnert 08747378d5 workplace switch 10 years ago
dehnert 507331d8a9 more debug output 10 years ago
dehnert b2cec6395a more debug output 10 years ago
dehnert 8985ad77cf added first debug output to track down bug 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 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 49bed497b0 Fixed a model building problem. Included checking of reward properties on CTMCs and wrote tests for it. 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 81100c7afd debugged and added more tests for prob0/1 for MDPs using BDDs 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 239caf57eb Added symbolic models and made DD-based model generator build the correct instances. 10 years ago
dehnert 8a906038f6 Added reward model generation for DD-based model builder. 10 years ago
dehnert 7c2f60175e Intermediate commit: fixed parsing bug and started reward generation (DD). 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 11 years ago
dehnert 3977cafe73 Extended DD-based model building to also build the MDP models of our benchmark suite. Added (MDP) tests for DD-based model building and explicit model building. 11 years ago
dehnert 8c1870eb54 Intermediate commit. 11 years ago
dehnert 0f0baf61a4 Made DD-based model construction work for all DTMC benchmarks we have. Included tests for both DD-based and excplicit model generation from PRISM models. 11 years ago
dehnert b3d18c2367 Enabled probabilities depending on source state variables. 11 years ago
dehnert 7d1829aefa More work on DD-based model generation. 11 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 11 years ago
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 0a59f7a7ef Fixed a bug that sometimes prevented transition rewards from being built. 11 years ago
dehnert adc1aa1442 Corrected an assertion. 11 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 11 years ago