14 Commits (895c2b6aad874c9c205d4f7474c22d75b8ac0992)

Author SHA1 Message Date
Lanchid 895c2b6aad Convenient file parser for PRCTL, and correct reward formula parsing 12 years ago
dehnert f1c379bbe3 Moved model checking functionality for MDPs for general superclass such that specialized model checkers only need to implement certain operations. Fixed tests. 12 years ago
dehnert 34b85b956e Moved model checking of DTMCs to superclass. Now, each DTMC model checker only needs to implement matrix-vector multiplication and linear equation solving to be able to fully model check DTMCs. Added subset/disjoint functionality to bit vector. Changed tests for MDP and DTMC model checking a bit. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
gereon 75d61d3af3 explicit private constructor was not needed after all 12 years ago
gereon b1498ef0bb moved model from specific model checkers to AbstractModelChecker 12 years ago
dehnert 73623ff3f6 Added boolean parameter qualitative to all path formulas, i.e. to the checking and the callback methods. 12 years ago
dehnert 5ba7f63bc2 Splitted RewardBoundOperator and ProbabilisticBoundOperator checking methods for model checkers (needed for enabling qualititative model checking for P operator with bounds 0/1). Moved some methods of DtmcModelChecker one level up to AbstractModelChecker. TODO: this should be done for other methods as well, but there are more changes needed for that to work. 12 years ago
dehnert 48dea0199e Started implementing the model checker for MDPs. Added reduce functionality to vector utility. Moved min/max capability to NoBoundOperator. 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
gereon 5bb71a28e9 added more interfaces to AbstractModelChecker. 12 years ago
Lanchid afce8c9d12 Fixed some doxygen warnings 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
Lanchid 7e87f35e95 First test case for prctl parser, and some necessary modifications for 12 years ago
gereon 8a719bed22 some more form on formulas. seems to work for formula objects changed yet... 12 years ago
gereon df91728da0 first "kind of working" version. 12 years ago
gereon 54499c35ee adding missing include 12 years ago
Lanchid 1b0449addb Prctl parser... not yet working 12 years ago
dehnert 11b16f5dde Made bound/no-bound operators more consistent to reduce similar code. Changed bound operators to have a single bound and a comparison operator instead of an interval. 12 years ago
dehnert 86c7ae3f5c Added BoundedEventually as a convenience operator. 12 years ago
dehnert 1561843cee Minor bugfix in sparse matrix method to compute pointwise product. 12 years ago
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
Lanchid 1b973545bb Fixes in probabilistic operators: 13 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 13 years ago
PBerger 9e5b69b211 Further naming scheme enforcement. 13 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
dehnert c54283cef2 Merge. 13 years ago
Lanchid bc698ffd20 Implemented probabilistic operator without specified bounds, including 13 years ago
Lanchid 1c088c1ca6 Added a probabilistic operator class that checks whether the probability 13 years ago
Lanchid ede5f56e5a Set model checker in copy constructor as const. 13 years ago
dehnert 27ba61ff74 Fixed minor bugs here and there. Improved gmm++-based model checker. 13 years ago
Lanchid 8a12ec03e3 Copied pointer of states labeled with an AP, as the result of the 13 years ago
Lanchid 60f91d52c7 Some refactoring for ticket #24 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
Lanchid 67b3888ba9 Implemented basic functions of the model checker 13 years ago
Lanchid cdc0332fd7 Code style and fixing errors in doxygen code for model checker class 13 years ago
Lanchid 79761d0492 Added copy constructor to model checker 13 years ago
Lanchid a1854b26a5 Documentation of ModelChecker (new) and improved doc of formula classes 13 years ago
Lanchid f5d2205352 - Removed enum to infer the correct formula (sub-)class, instead used 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 bdfb9b7d72 Further refactoring of the bit vector class, now including logging output. Renamed it according to the new naming scheme. 13 years ago
Lanchid 8a170d3fa6 Scheisse... hab anscheinend vergessen das zu pushen 13 years ago