30 Commits (f54c2fb8e7dc20df6024c853e11cd1ea3ee4a5c7)

Author SHA1 Message Date
sjunges e0980de0ba first version of storm without log4cplus as a dependency 10 years ago
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 b3178e17f6 more bug fixes 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 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. 11 years ago
masawei 28910462ec Necessary changes to the nondeterministic parses to compensate for the change in the way the mapping between states of the model and the rows of the transition matrix are handled. 12 years ago
dehnert 12743e0a7e Moved from additional row grouping to the one embedded in the matrix itself. 12 years ago
masawei 52f130ea5c Commenting and cleanup. 12 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 12 years ago
masawei 46e783c981 Refactored AtomicPropositionLabelingParser. 12 years ago
masawei c279c693e5 Refactored NondeterministicModelParser.h/.cpp 12 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 12 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
masawei f8566e9dc2 A thousand things. 12 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert 947581dd25 Refactored and fixed bugs in explicit model adapter. Added support for labeling of choices of a model. The explicit model adapter uses that functionality to label each choice with the involved PRISM commands. 12 years ago
PBerger 01fd3c18e3 Added move constructors, added move-calls where fitting. 12 years ago
PBerger 2a6ca6b92f Fixed a dimension bug in the labeling Parser 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 13 years ago
dehnert c7f58ed5f5 Modified parsers such that the reward matrices are of the same size as the transition matrices. 13 years ago
dehnert 69acbdef63 Fixed a few things in the parsers and implemented proper treatment of reward files by these parsers. 13 years ago
dehnert 0d7889932c Fixed bug that gave wrong vector when parsing the state rewards. 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
gereon 718608622f added Ctmdp model, changed MdpParser to NonDetModelParser 13 years ago
gereon 583ebf62bd made rowMapping from NDSTParser available in MDP model class 13 years ago
gereon 1d1f9da315 made rowMapping from NDSTParser available in MDP model class 13 years ago
PBerger 7800132684 Added Mdp Class, Parser and support in the AutoParser. 13 years ago
gereon ea84f91cf3 made a run of cpplint and fixed some of the warnings... 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert b26a731383 Added reward parsing: 13 years ago
Lanchid afb0373358 Added DtmcParser class that parses a whole DTMC, making use of the 13 years ago