26 Commits (b2d8cae9ce996109ff5d563cc3c4e4c71c264486)

Author SHA1 Message Date
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
PBerger 2757dd31e2 Removed illegal typename keywords in SparseMatrix.cpp. 11 years ago
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 11 years ago
masawei 52f130ea5c Commenting and cleanup. 11 years ago
masawei fe7afc727f Second part of the refactoring of Parser.cpp/.h 11 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 11 years ago
masawei 15d13bc06d Refactored the AutoParser. 11 years ago
masawei c279c693e5 Refactored NondeterministicModelParser.h/.cpp 11 years ago
masawei 1f71bb5240 Refactored the DeterministicModelParser. 12 years ago
dehnert cebda374d1 Further step towards Markov automata parser. 12 years ago
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. 12 years ago
PBerger 83d0e7d6af Refactored LineEndings Handling. Added missing default cases. 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 8c248c05c5 Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 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 062960b94c Some cleanups, removing memleaks 12 years ago
gereon 4dbbb1486b first working version of AutoParser 12 years ago
gereon 4dc780ef77 modified AutoParser to reflect changes in the model type system. 12 years ago
gereon 1776f8ce12 first steps towards an AutoParser 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon ab30a95f74 first version of AutoTransitionParser. 13 years ago