20 Commits (3748905bcfc34477eeb075e65fe97b1b6c28dcc5)

Author SHA1 Message Date
David_Korzeniewski 3748905bcf Fixes and test refactoring for TopologicalValueIterationMdpPrctlModelChecker 10 years ago
dehnert 2742b58b60 Modified SCC-based model checker such that trivial SCCs are now eliminated before all others. 11 years ago
dehnert 51becda4b3 Commit to switch workplace. 11 years ago
dehnert 94902388c7 Some minor changes, still doesn't compile. 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 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
dehnert b068499a24 Tuned SCC decomposition a bit. 11 years ago
dehnert 2c231a794d SCC decomposition now correctly ignores zero-entries in the matrix. 11 years ago
PBerger 72af8c7246 Added missing (but implicitly declared) template instance. 11 years ago
dehnert d40573640f Dropped our current Tarjan-implementation in favour of the path-based algorithm by Gabow (and others) as this seems to perform a lot better (at when comparing our implementations). 11 years ago
PBerger ea427fcde1 Fixed include directories for CUDA Plugin in CMakeLists.txt 11 years ago
dehnert db232fe39b Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 11 years ago
PBerger 98b0bcf187 Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
PBerger 57b6208eee Added a pseudo model which can be constructed from only a matrix to look and behave like a model for use in Decomposition classes 11 years ago
dehnert f79329bd9d Fixed SCC decomposition. Added functional tests for SCC decomposition. 12 years ago
dehnert f32853b6aa Beautified remaining storage classes a bit. 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 07fbff7a07 Started refactoring bit vector class. 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 b9130180ee Rough sketch of MEC decomposition. 12 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 12 years ago
dehnert 09f192b40f Refactored SCC-Decomposition design as a preparation step for computing maximal end components of Markov automata. 12 years ago