473 Commits (966377ae32f10c3a4bd74c98a77f7e1d8ecc0de0)
 

Author SHA1 Message Date
gereon 966377ae32 Added a few more example files. 12 years ago
gereon ac86932785 Fixed renaming: Command names were not considered. 12 years ago
gereon 3b76126f6b Split PrismParser and PrismGrammar in differenc object files. 12 years ago
gereon 4222130524 Fixed a few more bugs in clone() of various Expression classes and some in the module renaming. 12 years ago
gereon 5840ca5bab Fixed weird error from previous commit. 12 years ago
gereon c3cfc5404c Somewhat fixed weird issue during module renaming. 12 years ago
gereon 63e9ad1f0a Adding test for prism parser 12 years ago
gereon 7fe4c8c813 fixing signed/unsigned comparisons in ParseMdpTest 12 years ago
gereon 4c0d7f6d95 adding cudd linker options for storm-tests 12 years ago
gereon 12745d466e Fixing main, removing shared_ptr 12 years ago
david 1642c5f66c Added missing functions to CUDDs cpp interface 12 years ago
gereon f09be5c3b4 Made BaseGrammar constructor clang-compatible, fixed ms output of CPU usage 12 years ago
gereon ac313cb997 Removed debug output, fixed DoubleExpressionGrammar 12 years ago
gereon 014ecd8597 Fixed some glitches, producing meaningful error if sum of probabilities for a command is not one 12 years ago
gereon c1801b4ecc Changed debug output to use LOG4CPLUS 12 years ago
gereon 766a92db3a Fixed error in *Literal::clone() 12 years ago
gereon dffe274f64 Fixed error in MDP builder: swapped number of columns and rows. 12 years ago
gereon a9edf2aa8c Removed some debug output. 12 years ago
gereon 9613d099bb Removed shared_ptr for module, program and rewardmodel objects. 12 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 12 years ago
gereon d03f8eeb9d Added checks, if we actually have a model before accessing it... 12 years ago
gereon 3c1cf4819c Fixed a few other issues. Module renaming seems to work now! 12 years ago
gereon 152bcd2f20 Porting Program datastructures to use shared_ptr (at least for the moment...) 12 years ago
gereon b92260fed0 A lot of work on PrismParser: 12 years ago
gereon bb37bc49f2 Compiling version of PrismParser. 12 years ago
gereon 840a9b6e07 Somewhat works now. Still has at least one bug and segfaults afterwards :-) 12 years ago
gereon e55fca3836 Implemented module renaming. 12 years ago
gereon 7ce537adca Adding testbed for prismparser 12 years ago
gereon e4129c37d9 fixed two bugs in ExplicitModelAdapter. 12 years ago
gereon 5c25116a24 First version of ExplicitModelAdapter that supports transition rewards. 12 years ago
gereon d9e833680a Added convenience methods RewardModel::hasStateRewards() and RewardModel::hasTransitionRewards() 12 years ago
gereon 7dc5324a65 Program returns empty RewardModel and emits error, if invalid model is given. 12 years ago
gereon 75ce91082a Forgot to commit actual cpp file... 12 years ago
gereon 5f64fd168b Cleaned up structure of ExplicitModelAdapter. 12 years ago
gereon f52d4eb7a8 Added new option --debug. 12 years ago
gereon fd30e8ca25 Cleaned up handling of --verbose, proposing correct use of log levels from now on... 12 years ago
gereon 5976c9e81d More work for ExplicitModelAdapter 12 years ago
gereon 2005eb7e73 Added getter routines, so we can retrieve the reward models 12 years ago
gereon 84993d24f8 Add documentation for ExplicitModelAdapter. 12 years ago
gereon dfd601e126 fixed memory leak in addLabeledTransition and removed now obsolete functions. 12 years ago
gereon e711d16ebf Changed default initial value for BooleanVariable. 12 years ago
gereon 52225ecf9c Fixes to buildInitialStates. 12 years ago
gereon 772c03c070 Added routine to create all initial states. 12 years ago
gereon 752dda4252 fixing error with difference operator in freeIdentifier 12 years ago
gereon 018e7ce056 some minor fixes. 12 years ago
gereon 17d57e742a Added code for labeled transitions. 12 years ago
gereon 3464ef20c5 next chunk of code for new ExplicitModelAdapter. 12 years ago
gereon 6d0d7e21c5 First chunk of code for new ExplicitModelAdapter. 12 years ago
gereon aacd8b1fa2 Merge branch 'prismparser' of https://sselab.de/lab9/private/git/storm into prismparser 12 years ago
gereon ba49792d29 Perform two runs in PrismParser. 12 years ago