20 Commits (a6841c0a4d1077dc089d341f9757408d75ee2a9f)

Author SHA1 Message Date
dehnert a6841c0a4d Removed reference to obsolete method. 11 years ago
dehnert 12743e0a7e Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
dehnert cdc369b96a Temporarily removed the detection of the repository version of TBB from CMakeLists.txt. Corrected TBB sparse matrix-vector multiplication. Added TBB parallel vector addition. 12 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 12 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 12 years ago
dehnert 84bd5f3b40 Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 12 years ago
dehnert dce43d78e7 Started implementation of time-bounded reachability of Markov automata. 12 years ago
dehnert dabfb5e1dd First working version of LRA computation for Markov automata. 12 years ago
dehnert 339b598694 Enabled computation of LRA for individual maximal end components. It remains to compute the overall LRA value using the values for the individual MECs. 12 years ago
dehnert 101c39f365 Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
dehnert daea775263 Now rates get correctly transformed to probabilities + exit rates for Markov automata. 12 years ago
dehnert f1a9b1e602 First version of minimum expected time for Markov automata. 12 years ago
dehnert 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
dehnert eca717759a Added functionality to apply a scheduler to a Markov automaton. 12 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. 12 years ago
dehnert cebda374d1 Further step towards Markov automata parser. 12 years ago
dehnert d43318afd8 Added first version of MarkovAutomaton class. 12 years ago