193 Commits (cb35b3315daad61e20ddff3f7aa89104e210787c)

Author SHA1 Message Date
dehnert cb35b3315d Added matrix-matrix multiplication to DD interface. (This includes matrix-vector multiplication as a special case). 11 years ago
dehnert ac355a66eb Further work on DD layer. 11 years ago
dehnert dea56e1bd4 Added some missing includes and some stubs for additional functionality of DD abstraction layer. 11 years ago
dehnert a63cda69f5 Added function to retrieve range DD for meta variable. 11 years ago
dehnert 874fc8a864 Alpha version of DD abstraction layer. 11 years ago
dehnert 97e4e01250 Further step towards finalizing the abstraction layer for DDs. 11 years ago
dehnert 70fc3ec29a Further work on abstraction layer for DDs. 11 years ago
dehnert de44a1562c Started writing the DD abstraction layer. 11 years ago
PBerger 63933637ac Fixed a bug in the SparseMatrix.cpp. When using TBB the typename is not permitted. 11 years ago
dehnert 12743e0a7e Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
dehnert 584a79f974 Added proper creation of row grouping to nondeterministic model parser and the explicit model adapter. 11 years ago
dehnert d70bb836bb Tests are now working again with the row-grouped matrix. 11 years ago
dehnert 38833e308f Started to add row-grouping to sparse matrix class. 11 years ago
dehnert 42708a6d21 Added utility header for all parts that use std::swap. 11 years ago
dehnert ee0026e0e6 Fixed minor bug in Markov automata time-bounded reachability. 12 years ago
dehnert efb244a447 Added functional tests for scheduler classes. 12 years ago
dehnert f79329bd9d Fixed SCC decomposition. Added functional tests for SCC decomposition. 12 years ago
dehnert e80bb0caa5 Added functional tests for MEC decomposition. 12 years ago
dehnert f32853b6aa Beautified remaining storage classes a bit. 12 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 f684ce7799 Removed obsolete constructors of sparse matrix class as the new matrix builder is supposed to be used anyway. Fixed some minor issues. 12 years ago
dehnert 72531bcebb Added proper TBB multi-threading to all operation relevant to model checking MDPs. 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 81cf0e2b22 Added SparseMatrixBuilder class that actually builds the matrices. A call to build() will then generate the matrix. This eliminates superfluous checks in the matrix that slowed down performance. 12 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 12 years ago
dehnert ab5b5be1ac First step towards pair-based column and value storage in sparse matrix. 12 years ago
David_Korzeniewski 91125c3c6d Fixed build errors on Windows 12 years ago
dehnert e08b61b9f7 Added functional and performance tests for sparse matrix. 12 years ago
dehnert 97fb2f9750 All tests working with (partially) new sparse matrix implementation/interface. 12 years ago
dehnert a271e5ce63 Working towards making every (remaining) test work 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 ef041982b5 Further work on sparse matrix implementation. 12 years ago
dehnert 4376708a46 Further maintenance work on sparse matrix implementation. 12 years ago
dehnert 8a47d03cf7 Started to rework the interface of the sparse matrix class. 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 d5cadc0f4b Finalized interface of bit vector. Added unit tests for all methods of the bit vector. 12 years ago
dehnert 30322ec57d Now officially made the iterator over bit vectors an input iterator so that it can be used for constructing STL containers and other containers. 12 years ago
dehnert 07fbff7a07 Started refactoring bit vector class. 12 years ago
dehnert 344e1b6dd3 Enabled checking of some untimed properties on Markov automata. 12 years ago
dehnert 18711c01a3 First working version of time-bounded reachability for Markov automata. 12 years ago
dehnert dce43d78e7 Started implementation of time-bounded reachability of Markov automata. 12 years ago
masawei 175e852956 Resolved problems resulting from merge. 12 years ago
dehnert 775382fa91 Added option to encode reachability of a target state for SAT-based minimal command counterexample generation. Fixed bug in vector-based set. 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 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
dehnert f35ac73547 Splitted VectorSet in header/source file which caused certain minor changes in its interface. Fixed some issues in the Markov automaton parser and made it substantially faster by dropping sscanf. This however introduces other limitations that need to be addressed in the future. 12 years ago
dehnert 5a9d778a23 First version of MEC decomposition for nondeterministic models. 12 years ago
dehnert b9130180ee Rough sketch of MEC decomposition. 12 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 12 years ago