176 Commits (3d99e35c0d85e1b137c7d62b4612ecfca1505830)

Author SHA1 Message Date
PBerger 938959de56 Added a set() Method to the Settings.h for the Tests 11 years ago
PBerger e69c9f1962 Added all options from StoRM 11 years ago
PBerger d5a9656cac Removed OptionsAccumulator.h and merged it into Settings.h 11 years ago
PBerger bde10b750e Added my initial implementation of Settings 11 years ago
dehnert 7095f8e67f Fixed a lot of issues introduced by refactoring. 12 years ago
dehnert abf6f85b63 Intermediate commit to switch workplace. 12 years ago
dehnert c5050313c5 Added model information output for explicit input. 12 years ago
dehnert 736a9864ac Added model information output for explicit input. 12 years ago
PBerger 5be52118ba Fixed issues with the refactored parser interface and move semantics 12 years ago
dehnert 4dadedf39d Added methods to retrieve module index by variable name from IR. This fixes an issue in the symbolic adapter. 12 years ago
dehnert 64b883f695 Some cleanup in storm.cpp. Refactored and commented the utility module for vector operations. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
gereon cb14f2e771 Made choiceIndices work in ExplicitModelAdapter, added code to somehow use --symbolic (parse model, show model information) 12 years ago
gereon ad86c22249 Replaced positional arguments by --explicit and --symbolic. 12 years ago
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
Lanchid f9ab6f85d0 - Restructuration of model checkers (by logic) 12 years ago
gereon aafdbf7671 Fixed errors due to merging. 12 years ago
gereon 5495456991 Added new log level "trace" 12 years ago
Lanchid 5279466644 - Removed "test-prctl" option 12 years ago
Lanchid 32a32a7013 Added extended model checker factory functions. 12 years ago
Lanchid cc7b31db62 Created factory method for the creation of the Prctl model checkers 12 years ago
Lanchid 065ac8f659 Basic command line interface for SToRM 12 years ago
Lanchid 5d3b9e5cc1 Basic structure for central model checking method in storm.cpp 12 years ago
Lanchid cc242974dc Renamed namespace storm::formula to storm::property 12 years ago
gereon 12745d466e Fixing main, removing shared_ptr 12 years ago
gereon f09be5c3b4 Made BaseGrammar constructor clang-compatible, fixed ms output of CPU usage 12 years ago
Lanchid f513e49084 Almost finished restruction of PRCTL formulas; adapted code (including 12 years ago
dehnert 7dc36875ae Added file groups in CMakeLists.txt such that files are now grouped in IDEs, like, e.g., Xcode. 12 years ago
dehnert d266d9effe Fixed another bug in sparse matrix. Fixed bug in test. 12 years ago
dehnert 43f11ccc5f Refactoring of modelchecker folder. 12 years ago
gereon 7ce537adca Adding testbed for prismparser 12 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 12 years ago
gereon 49ac740459 Changed a bit, how log messages are processed. 12 years ago
gereon 1f3b172c83 Added a simple module that handles segfaults: print a message and provide a backtrace. 12 years ago
gereon 928de19fed Reorganized main routine. Catching errors that made it to the top level. 12 years ago
gereon 2bc32fe3de Cleaned up handling of --verbose, proposing correct use of log levels from now on... 12 years ago
gereon fd30e8ca25 Cleaned up handling of --verbose, proposing correct use of log levels from now on... 12 years ago
dehnert 98426aa139 Added new MDP example 'consensus'. Added some test checking to storm.cpp. 12 years ago
dehnert b7d4d974ec Added a lot of test checking routines to main file. 12 years ago
dehnert e99909034c Added some more test formula for two dice example in main file. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 313d48e2da Fixed the method for making rows absorbing for nondeterministic models. 12 years ago
dehnert d4cf812c5e Added until-model checking for MDPs. Implemented Prob1A algorithm. Added asynchronous leader example. 12 years ago
dehnert 7d7edc5a05 Implemented Prob1E algorithm for nondeterministic models. Added comparison operator to bit vector. 12 years ago
dehnert 7ceb1ed9b2 Added logging for errors in labeling class. Corrected wrong labeling of MDP in examples. Extended test checking for first MDP example in main. 12 years ago
dehnert 8a9d766c73 Changed input format for non-deterministic models to PRISMs output format. Added min/max capability to probabilistic operator without bounds. Implemented Prob0E. Added a simple MDP model to example suite. 12 years ago
dehnert 7d95a45633 Fixed bug in AbstractModelChecker: it does now correctly inherit from a lot more interface classes. NOTE: checking a formula on a model checker that does not support it failed silently. This should NOT be the case. Re-enabled DEBUG option for cmake. NOTE: why was this disabled anyway? Introduced another layer AbstractDeterministicModel and AbstractNonDeterministicModel in model hierarchy to allow for easily distinguishing these classes. Made necessary adaptions in (hopefully) all classes. Move the graph analyzer to utility folder. 12 years ago
dehnert c02271a36a Fixed typo in CTMC class. Moved GraphAnalyzer to utility. 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
dehnert db01eb92d9 Splitted explicit model adapter into several logical functions. 12 years ago