2 Commits (3b4dca1a03419579583e15ee2ff398bc80a46f3f)

Author SHA1 Message Date
dehnert 3b4dca1a03 Improved Jacobi method a bit. 10 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 10 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 10 years ago
David_Korzeniewski 4dc69dd6f5 Fixed performance tests, and again things concerning templates I never heard of before. 10 years ago
David_Korzeniewski 7515ca5293 Fixed compile errors caused by parts of the c++ standard I've never heard of before... 10 years ago
David_Korzeniewski 8ebc0e4640 Final touches on cuda nondeterministic linear equation solver & modelchecker 10 years ago
David_Korzeniewski ea2e616196 All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows. 10 years ago
David_Korzeniewski 84f8a41302 More tests adapted, decreased verbosity of TopologicalValueIterationNondeterministicLinearEquationSolver 10 years ago
David_Korzeniewski ee4c961cc9 fixes for compile errors. target "storm" builds without errors 10 years ago
David_Korzeniewski 2279710443 Directly use Matrix with Decomposition 10 years ago
David_Korzeniewski 3e4495cad0 small fixes 10 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 10 years ago
PBerger c8e05f7137 Added explicit template instance. 11 years ago
PBerger 493f93a94b Added __restrict__ keyword to CUDA kernel. This should enhance compiler optimization. 11 years ago
PBerger 71320239f1 Some debug output. 11 years ago
PBerger ea427fcde1 Fixed include directories for CUDA Plugin in CMakeLists.txt 11 years ago
PBerger 422a317407 Made the OptimalSCC algorithm MUCH faster. 11 years ago
PBerger 7e77fbb6bb Some testing stuff. 11 years ago
PBerger 73ddba5b29 Merged master, applied fixes. 11 years ago
PBerger d2f4c85711 Made changes to comply with new SparseMatrix Interface (YUCK). 11 years ago
PBerger a4a17de4fc Added timing for PRCTL formula checking. 11 years ago
PBerger 26500ff4a8 Refactored the CUDA Kernel to once again use the "hacked" combination of column indices and values with a bit of reinterpret_cast magic. 11 years ago
PBerger 0922921b24 Updated cudaForStorm/CMakeLists.txt to make use of the new GIT based version schema. 11 years ago
PBerger 05814f5d73 Fixed a bug in the equalModuloPrecision function of the CUDA Kernel 11 years ago
PBerger d3f513b0a0 Added debug output to CUDA Kernel. 11 years ago
PBerger c0a7e42486 Implemented a basic but complete kernel for value iteration in CUDA. 11 years ago
PBerger af650b6666 Removed debug outputs from the TopologicalValueIterationNondeterministicLinearEquationSolver 11 years ago
PBerger a4ae226e57 Removed debug output from our debugging session 11 years ago
dehnert f049a9f0af Bugfix for topological equation solver. 11 years ago
PBerger 98b0bcf187 Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
dehnert 17d9df1ac7 Some fixes to make the branch compile with clang. 11 years ago
PBerger 4eef3b0d57 Added an example for SCC related testing which will change soon 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
PBerger 64891af785 Trying to refurbish the TopologicalValueIterationMdpPrctlModelChecker 11 years ago