29 Commits (a082e7d228eb811a07e1dd8e3deedcbba87fe9ae)

Author SHA1 Message Date
Matthias Volk a082e7d228 Typos 5 years ago
Matthias Volk 61c1ec8537 Check for Zeno cycles in MA 6 years ago
Alexander Bork ae5c001d24 Moved non-Markovian state eliminator to its own class 6 years ago
Alexander Bork 10bb42e0f6 First version of non-Markovian state elimination for MAs 6 years ago
Alexander Bork 549774abc9 Added state remapping in state elimination 6 years ago
Alexander Bork 27e65d5669 Added construction of the state remapping for elimination of non-Markovian states in MAs 6 years ago
Matthias Volk 15dadf1bc3 Fixed imprecision in comparison for MA 6 years ago
TimQu 90c9e95c8a Only consider the reachable set of states after closing an MA 7 years ago
TimQu 1f6fc7e273 Better conversion of MA to CTMC if there are only Markovian states 7 years ago
TimQu 8a579f1e95 Better conversion of MA to CTMC if there are only Markovian states 7 years ago
TimQu d47b86d4d7 Better conversion of MA to CTMC if there are only Markovian states 7 years ago
Matthias Volk ec411ffc78 Typos 7 years ago
Matthias Volk 7f7778533a Typos 7 years ago
dehnert 0d18886966 re-enabling conversion of MA to CTMC if the MA only has Markovian states 8 years ago
Matthias Volk 88544a9ec7 Added assertion for turnRatesToProbabilities in MA 8 years ago
Matthias Volk 983e09fd63 Fixed possible problem with rates and exit rates in MA 8 years ago
TimQu 76c01de25c use utility::vector::max_if to compute the maximum exit rate in an MA 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
TimQu cd5ee63cce fixed preserving the choice labeling when an ma is closed 8 years ago
TimQu db31c1cb11 improved .dot export of models with choice labeling 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
TimQu 4413afb542 used new helper functions at some points in the code 8 years ago
TimQu 748e100aad fixed/improved .dot output for MAs and Mdps. We now also display the index of each choice. 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 9 years ago
TimQu 92e837f83c fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly. 9 years ago
TimQu 0b555d5d59 fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly. 9 years ago
TimQu c1063f27cc added a few more tests for multi-objective MAs. Also fixed/improved minor stuff. 9 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
TimQu 71e181bd93 some quick and dirty optimizations (that need to be reviewed) 9 years ago
dehnert d3cf9a4e7f adding Markov automaton tests to explicit JANI model builder 9 years ago
Mavo fba2071e9f Dft exploration via NextStateGenerator 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
TimQu 12287e5090 small fix for building MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
TimQu a3aededd3a public access to model ingredients: RewardModel and exitRates 9 years ago
Mavo 7f4fa27008 Initialize closed for MA 9 years ago
TimQu da0dafe5be ModelInstantiator!!!!11 9 years ago
Mavo b8ff542b7b One conversion less for MA 9 years ago
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
sjunges be0eee21db Dont build so many models with float/rational functions 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago