1 Commits (f983317b54bce91e8472bc9ab6652d73564eeda9)

Author SHA1 Message Date
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon b8a6a01a11 fixed settings handling: stop on unrecoverable error 13 years ago
dehnert 504bcb97a6 Added die example from PRISM. Added SparseStateRewardParser. Small fix to main. 13 years ago
Lanchid 1b973545bb Fixes in probabilistic operators: 13 years ago
Lanchid ef03284369 Changed mrmc.cpp to use the new Dtmc parser instead of the separate 13 years ago
Lanchid daa5cf297a Changed type of parameter filename to std::string const & (was const 13 years ago
Lanchid 64784d4e92 Renamed LabParser to AtomicPropositionLabelingParser 13 years ago
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 13 years ago
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 13 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 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
dehnert 1bd0df7076 Added option support to gmm++-based model checker. Removed junk code from mrmc.cpp. 13 years ago
gereon e802942be2 fixing memory leaks. only log4cplus left... 13 years ago
dehnert 2a6228af71 Added some options to Gmmxx-Modelchecker. DO NOT PULL FOR THE TIME BEING AS THERE IS A PROBLEM WITH THE OPTIONS. 13 years ago
gereon cc1441ce26 fixed wrong return type of operator<<() for BaseException. Templates FTW! 13 years ago
gereon a9129c00c7 new exception 13 years ago
dehnert c54283cef2 Merge. 13 years ago
gereon 74588c84f4 removed helpConfigfile (as we don't distinguish anymore between cli and configfile options) 13 years ago
gereon b28c1f64c4 fixing a few memory issues 13 years ago
gereon ef8721a40f removing pointless newlines 13 years ago
gereon cd4463116e completed work on intermediate callbacks and restructured settings class 13 years ago
gereon 82df4ba274 fixing warning: comparing signed with unsigned int 13 years ago
PBerger b50d906ae3 Added missing EigenDtmcPrctlModelChecker.h 13 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 13 years ago
PBerger 851e3a631d Fixed CMakeLists.txt, made everything compile under Windows/MSVC 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
gereon 07ac945794 some more documentation 13 years ago
dehnert 2ca83f5f31 Added functionality to rapidly extract sub-matrix from our sparse matrix format. 13 years ago
gereon 60dbf5608e adding test-bench for prctl parser. 13 years ago
gereon f960e20e53 porting LabParser and TraParser from c-style API to class API 13 years ago
dehnert dc7c414246 Merged bit vector and main file. 13 years ago
gereon febe7a2d58 adding handling for --verbose 13 years ago
gereon ee4f2bd9a2 changed to new parser names 13 years ago
dehnert aaa5ccada8 Added command line arguments to MRMC to log output. 13 years ago
dehnert 1ed29262ff Renamed dtmc.h to Dtmc.h and backward_transitions.h to BackwardTransitions.h. 13 years ago
dehnert 378fe3f532 Renamed and refactored atomic propositions labeling. 13 years ago
dehnert 8911b0b71a Fixed wrong namespace for bit vector and square sparse matrix classes. 13 years ago
dehnert 8806dc6592 Performed renaming of static_sparse_matrix.h to SquareSparseMatrix.h, renamed the class accordingly and adapted the tests and includes. 13 years ago
dehnert 2d80eb39b3 Changed logging format and minor formatting fix. 13 years ago
dehnert e748c35268 Added logging for both main files. 13 years ago
dehnert 876154e6f0 Removed logging output from all classes. Added log4cplus as 3rdparty library. Refactored CMakeLists.txt to always use libraries that are in the repository. Changed executable file to mrmc/mrmc-tests. Added case distinction in gtest to compile with clang. 13 years ago
dehnert 5a8c2a8d0e Added iterator functionality to bit vector. Minor cosmetics here and there. 13 years ago
dehnert ee081fd570 Fixed a lot of memory access violations, memory leaks, warnings. Enabled -Werror for gcc, as there are currently no warnings. 13 years ago
gereon a5a045f091 Changed Settings class to be singleton 13 years ago
gereon ded2e43deb making settings more robust 13 years ago
gereon 1c0dab85a9 settings are ready to be used, put into mrmc-cpp 13 years ago
gereon 7eaedbfe9b changing names of parsers 13 years ago
dehnert 12e6a945df Included new (smaller) test model. Bugfixes and improvements to BackwardTransitions class. Removed performance test code from main() function in favor for creating a simple DTMC from the input parameters. 13 years ago