13 Commits (77cabe1948ccc7877c2c8f8619c304d52cee33fd)

Author SHA1 Message Date
dehnert 77cabe1948 Started implementing a parser for an explicit format for Markov automata. This commit breaks things, so don't pull if you want to have a running version of this branch. 12 years ago
PBerger 01fd3c18e3 Added move constructors, added move-calls where fitting. 13 years ago
PBerger 83d0e7d6af Refactored LineEndings Handling. Added missing default cases. 13 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 13 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 13 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 13 years ago
dehnert 8c248c05c5 Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 13 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. 13 years ago
gereon 062960b94c Some cleanups, removing memleaks 13 years ago
gereon 4dbbb1486b first working version of AutoParser 13 years ago
gereon 4dc780ef77 modified AutoParser to reflect changes in the model type system. 13 years ago
gereon 1776f8ce12 first steps towards an AutoParser 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon ab30a95f74 first version of AutoTransitionParser. 13 years ago