107 Commits (12a92fc6ee231d1975d4ea0f998bc2d0e7a69f1b)

Author SHA1 Message Date
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 d4cf812c5e Added until-model checking for MDPs. Implemented Prob1A algorithm. Added asynchronous leader example. 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 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
gereon 5bb71a28e9 added more interfaces to AbstractModelChecker. 12 years ago
gereon 4389f6ba5b finished PrctlFormulaChecker. 12 years ago
Lanchid afce8c9d12 Fixed some doxygen warnings 12 years ago
Lanchid bfce1a5655 Removed brackets in output of until formulas 12 years ago
gereon cc9b11d7e4 added StateBoundOperator and SteadyStateOperator 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
Lanchid bb34e94eac Changed the output function of the formulae to produce a string in the 12 years ago
Lanchid 3833c8af41 Some more test cases for PRCTL formula parsing 12 years ago
Lanchid b66e1a34db Some fixes in formulas 12 years ago
gereon d7a288d05a fixed "copy" constructor 12 years ago
gereon 55c2d5c03f implemented clone for BoundedNaryUntil 12 years ago
Lanchid 7e87f35e95 First test case for prctl parser, and some necessary modifications for 12 years ago
gereon 43b56fce62 first version of BoundedNaryUntil. clone() does not work yet... 12 years ago
gereon 9a73a2740a second hald of documentation. I guess that's it :-) 12 years ago
gereon 3716dedc78 first half of documentation. 12 years ago
gereon 8077952331 adding needed methods for more formula classes 12 years ago
gereon 8449c5ee11 implemented formula checker 12 years ago
gereon 9d65bdeef3 next iteration on formulas... 12 years ago
gereon 8a719bed22 some more form on formulas. seems to work for formula objects changed yet... 12 years ago
Lanchid d23b3dbee5 First compiling version of PRCTL parser 12 years ago
gereon df91728da0 first "kind of working" version. 12 years ago
Lanchid 1b0449addb Prctl parser... not yet working 12 years ago
PBerger b89db58fbb Made changes to all files that use the Sparse Matrix, as the diagonal entries are now included in the main storage. This refs #34 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 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 48098b596d Removed the parameter from const templates, as types can be stated 12 years ago
Lanchid 1b973545bb Fixes in probabilistic operators: 12 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 12 years ago
PBerger 9e5b69b211 Further naming scheme enforcement. 12 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 12 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 12 years ago
Lanchid be6223e4a7 Forgot the file for the probabilistic operator in the previous commit. 12 years ago
Lanchid bc698ffd20 Implemented probabilistic operator without specified bounds, including 12 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 12 years ago
Lanchid 1c088c1ca6 Added a probabilistic operator class that checks whether the probability 12 years ago
dehnert 27ba61ff74 Fixed minor bugs here and there. Improved gmm++-based model checker. 12 years ago
dehnert 091a7740a2 Added a lot of consts to all methods provided by formula classes. 12 years ago
Lanchid 13a2bd3057 Moved const_templates.h from "misc" to "utility" to be able to remove 12 years ago
Lanchid bb9aa0dfe2 Changed check function in formula classes to use a reference of the 12 years ago
Lanchid 6b4945e55c Changed getter for child nodes to reference style 12 years ago
Lanchid 350f1a0990 Code style for formula classes 12 years ago
Lanchid a1854b26a5 Documentation of ModelChecker (new) and improved doc of formula classes 12 years ago