3 Commits (e70450c7379dbd4f82f3bb02a9e405a9e6d49756)

Author SHA1 Message Date
dehnert 5d849018de Some minor fixes to GraphAnalyzer and model checkers. 13 years ago
dehnert c02271a36a Fixed typo in CTMC class. Moved GraphAnalyzer to utility. 13 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 13 years ago
dehnert be182293ee Small fix on Eigen-based model checker to make it compile with clang. 13 years ago
PBerger 02cb1a2418 Replaced all calls to Matrix->toEigenSparseMatrix with calls to the adapter. 13 years ago
PBerger 4bb76d0268 Added EigenAdapter and a Test for the Adapter. 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
Lanchid 48098b596d Removed the parameter from const templates, as types can be stated 13 years ago
dehnert a04bdd9b97 Fixed a few bugs. 13 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
gereon e802942be2 fixing memory leaks. only log4cplus left... 13 years ago
Lanchid bc698ffd20 Implemented probabilistic operator without specified bounds, including 13 years ago
dehnert 08ad2fe2f3 Fixed non-convergence of Eigen solver (for crowds examples) by correctly invoking solveWithGuess instead of solve. 13 years ago
gereon 8aca56ea5b fixing warning: unused variable pr 13 years ago
PBerger b50d906ae3 Added missing EigenDtmcPrctlModelChecker.h 13 years ago
Lanchid 645ebe8b9e Changed functions of GmmxxDtmcPrctlModelChecker to fit to the changed 13 years ago
Lanchid 1c088c1ca6 Added a probabilistic operator class that checks whether the probability 13 years ago
gereon 54e52b5ab7 dtmc.h -> Dtmc.h 13 years ago
dehnert 27ba61ff74 Fixed minor bugs here and there. Improved gmm++-based model checker. 13 years ago
dehnert 80b53bea18 Added more example files. Removed deletes at end of main() as these pointers are deleted by the DTMC class already. Small refactoring of GraphAnalyzer according to new guidelines. Added vector utility functions to set elements of vectors. Added conversion routine from our sparse matrix format to gmm++ format. Fixed some bugs in sparse matrix class. Added prototypical implementation of GmmxxDtmcPrctlModelChecker. 13 years ago