347 Commits (854f0b45acfc70caf31d3b4cd8dc4dcbff4f01a6)

Author SHA1 Message Date
dehnert 101c39f365 Added correct detection of states that possess infinite exptected time to reach a given goal set. 11 years ago
dehnert daea775263 Now rates get correctly transformed to probabilities + exit rates for Markov automata. 11 years ago
dehnert f1a9b1e602 First version of minimum expected time for Markov automata. 11 years ago
dehnert 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 11 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 11 years ago
masawei 84f6bf7104 Added a getBackwardsTransitions() to AbstractNondeterministicModel, since simple transposition does not yield correct results and for the computation of the backwards transitions the nondeterministic choice indices must be known. 11 years ago
masawei 170306e46d Moved SparseMatrix transposition function from AbstractModel (named: getBackwardsTransitions) to SparseMatrix (named: transpose) where it belongs. 11 years ago
dehnert eca717759a Added functionality to apply a scheduler to a Markov automaton. 11 years ago
dehnert 9e941e6b4a Added scheduler classes. Added method to model classes that applies a scheduler. 11 years ago
dehnert 09f192b40f Refactored SCC-Decomposition design as a preparation step for computing maximal end components of Markov automata. 11 years ago
dehnert 66f15efbc6 Fixed memory bug in Markov automaton parser. 11 years ago
dehnert d725a3f898 Removed bit vector for storing markovian choices of MA. From now on, the first choice of a hybrid/Markovian state is the Markovian one. 11 years ago
dehnert cebda374d1 Further step towards Markov automata parser. 11 years ago
dehnert d43318afd8 Added first version of MarkovAutomaton class. 11 years ago
dehnert 141fdca6d7 Added initial version of MarkovAutomaton class. 11 years ago
dehnert 4cdf1e6b7a Fixed warning resulting from wrong initialization order. 11 years ago
masawei 94d8a46b1d Fixed some compile errors originating from the introductionof the new storm::storage::VectorSet. 11 years ago
masawei af0601c453 Made several changes. 11 years ago
masawei 393a72d56f Added handling of state and transition rewards to getSubDtmc(). 11 years ago
masawei ee1c1eb9b6 First implementation of the BitVector to Dtmc subsystem converter in Dtmc.h 11 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 12 years ago
dehnert b18199d3ec Further work on minimal label set generators. 12 years ago
dehnert b860f16ada Further work on MaxSAT-based minimal command counterexamples. 12 years ago
dehnert e3234b54f3 Step towards minimal command generator using MaxSAT and model checking. 12 years ago
dehnert 623d9ee7c4 Added capability to restrict model to certain action choices. 12 years ago
dehnert a45e9423b8 Sparse matrix can now also be used without knowing the number of rows/columns/nonzeros upfront. Adapted ExplicitModelAdapter to use that capability to not explore the state space twice. Added support for Z3 to CMakeLists.txt. Added correct submatrix checks for transition rewards in MDPs. Extended a test for the ExplicitModelAdapter a bit. 12 years ago
dehnert 129fd296d6 Several fixes. MinimalLabelSetGenerator can now treat labeled values. 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert a08a403eec Ongoing refactoring work on ExplicitModelAdapter. 12 years ago
dehnert e2b0c4f1aa Started refactoring ExplicitModelAdapter to finally make it nice. 12 years ago
dehnert f1c800f382 Minor fixes to MinimalLabelSetGenerator and AbstractModel. 12 years ago
PBerger e0ee4ea2fd Implemented a method for generating a choiceLabeling based on the stateIds 12 years ago
dehnert 816f12f2f6 Added global variables to string output of probabilistic program. Added number of choices to model information output of nondeterministic models. 12 years ago
dehnert 12a92fc6ee Several fixes and additions to IR. Modifications to CMakeLists.txt of log4cplus to enable proper compilation under Mac OS. Fixes to coin2.nm. Added global variables to grammar and IR. Established basis for defining undefined constants of the model. Started to write MinimalLabelSetGenerator. 12 years ago
dehnert 947581dd25 Refactored and fixed bugs in explicit model adapter. Added support for labeling of choices of a model. The explicit model adapter uses that functionality to label each choice with the involved PRISM commands. 12 years ago
PBerger e69c9f1962 Added all options from StoRM 12 years ago
dehnert 15542d46da Changes: 12 years ago
dehnert 5776b207c3 Changed to new cleaner iterator for matrix. 12 years ago
dehnert 36543de851 Started trying to implement a more clean iterator solution for sparse matrix. 12 years ago
dehnert 663e1b0a8f Fixed wrong model name in dot output. 12 years ago
dehnert abf6f85b63 Intermediate commit to switch workplace. 12 years ago
dehnert 41db9a8092 Small changes to MDP model checker. 12 years ago
PBerger 35c23525a1 Removed debug output from AbstractModel.h 12 years ago
PBerger 01fd3c18e3 Added move constructors, added move-calls where fitting. 12 years ago
dehnert f73342c56a Corrected color output in dot export of models. Fixed minimumOperator stack in SparseMdpPrctlModelChecker a bit, but this needs some further work. 12 years ago
PBerger 4212858013 Fixed a few Rebasing Issues. 12 years ago
PBerger 484c4e8151 Added more debugging output into the MDP Model 12 years ago
PBerger fb3209dfc3 Added missing template parameters in the abstract models 12 years ago
PBerger 78184f9537 Added a Hash Class in the Utility Namespace. 12 years ago
PBerger d596f126b2 Fixed/added missing Copy Constructors for Models and the SparseMatrix 12 years ago