343 Commits (72cb30d6b0e43b8870c4ea8e11d36eb278d39370)

Author SHA1 Message Date
dehnert d0917f033c Adapted Markov automaton model checker to new formula classes. 11 years ago
dehnert 89df9621a9 MDP model checker works again. 11 years ago
dehnert 9026aa9ac9 Adapted first model checker to the new properties. 11 years ago
dehnert 320641e597 Started working on modified property classes. 11 years ago
dehnert e51c3b9f44 Conditional probabilities work for brp model from the paper by Baier et al. 11 years ago
dehnert d991b4a26a Worked some more on conditional probabilities. 11 years ago
dehnert 70e45d43f1 Started on computing conditional probabilities for parametric systems. 11 years ago
dehnert 01bd1fbc76 Model building works again for parametric systems. 11 years ago
dehnert 99d9a9710d Further steps to make everything work again. 11 years ago
dehnert 90b0f20167 Reachability Rewards can now be computed in parametric DTMCs (modulo bugs) 11 years ago
dehnert b7492d543a Further work regarding rewards in parameterized models. Note: this includes some debug output. 11 years ago
dehnert 3a18d60925 Working towards reachability reward properties for parametric DTMCs. 11 years ago
dehnert d1fd3e5b38 Started working on parametric reward properties. 11 years ago
dehnert 71ceb3f34b Removed some time measurements and fixed simplify functionality. 11 years ago
dehnert 23c6d14426 Replaced inline conversions to explicit conversions in an attempt to prevent gcc from using uninitialized values when using chrono. 11 years ago
dehnert 63daaafc15 Altered some output. 11 years ago
dehnert 23c7c9b7d4 Further work on ordering options. 11 years ago
dehnert a987233507 Started working on more options for sorting and integrating pure state elimination 11 years ago
dehnert 13555cca4d Some 'fixes' here and there. 11 years ago
sjunges d092d0ca50 a little assertion added 11 years ago
dehnert d06c5b4a0c Fixed simplify. 11 years ago
dehnert 4d20e099bf Added stuff, you know? 11 years ago
dehnert 60510d07f7 Fixed one parametric model. Added debug output. 11 years ago
dehnert 9756de998a Bunch of fixes. 11 years ago
sjunges d78d88b84d added export of constraints and resultfile 11 years ago
dehnert 5571e2111c Changed default maximal SCC size to 20. Removed some debug output. 11 years ago
dehnert 385f7b7465 Added option to sort trivial SCC in descending order wrt. to their distances from the initial state. Added some more timing recordings. 11 years ago
dehnert cf80d35b06 Added some debug output. States without a self-loop are now preferred during elimination. 11 years ago
dehnert 0776d8a74b Added and fixed some example models. Added option for maximal size of SCC that gets eliminated using state elimination. 11 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 11 years ago
dehnert 4f82c1ebb1 Added some parametrix models. Included percentage of eliminated states to get a feeling for the remaining running time. 11 years ago
dehnert 2fa3036dc3 Added functionality to replace identifiers in an expression with the values given in an valuation. State-variables now get replaced in probabilities specified by a parameterized model. Fixed and added some parameterized models. 11 years ago
dehnert 1f1b60e6de Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive. 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
dehnert 7ef9d7cc07 Entry states of SCCs are now eliminated at the very end. 11 years ago
dehnert 82b9ba18d3 Minor fix, mea culpa. 11 years ago
dehnert 79dcfc16c7 Started adding some optimizations to SCC-based model checker. 11 years ago
dehnert 2742b58b60 Modified SCC-based model checker such that trivial SCCs are now eliminated before all others. 11 years ago
dehnert 0e87ccac9d Tried to pave the way for generic blocks for decompositions, but I don't know whether this is the way to go. 11 years ago
dehnert 2ba6f3e233 Fixed small bug in option system. Added simplifaction function calls to SCC-based reachability model checker. 11 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
dehnert 5aafbae9a0 Minor fixes. 11 years ago
sjunges 970f4aae39 changed scc model checker to support rational functions 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
dehnert 9569426c86 Moved option registration to the settings class (so it's not deceentralized any longer). This enables to build storm as a library and on top of that build some exectuables, which saves a lot of compile time as soon as several targets have to be built or one switches between targets. 11 years ago
dehnert 066a316778 Adapted erase to receive an iterator instead of a const_iterator to make it work under linux. 11 years ago
dehnert 95ee78ede2 First working version of SCC-based mc. 11 years ago
dehnert 8f7c9d5c25 Adapted SCC-interface such that it can also be given a matrix instead of a model. More work on SCC-based mc. 11 years ago
dehnert 610274dd3e Further work on SCC-based mc. 11 years ago