463 Commits (1642c5f66c302d07a74c583597191005ce032d90)
 

Author SHA1 Message Date
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
dehnert 351421e9e7 Corrected typo. 12 years ago
gereon 22d8ec76bc fixed position indication in PrismParser in case of an error. 12 years ago
gereon 8f4f39d510 closed last memory leak... 12 years ago
gereon 34ca097eb3 fixed another more memory leak. One still missing... 12 years ago
gereon 58cf018371 Implemented synchronization in ExplicitModelChecker::buildMatrix(). 12 years ago
gereon c33d319ac3 some minor fixes, now with less memory errors :) 12 years ago
gereon 05cc90cece Now also creating a std::set before inserting stuff... 12 years ago
gereon 490f037259 Kind of undoing the previous commit. 12 years ago
gereon 4df73785ca Modified cudd's libobj Makefile to work for me. 12 years ago
dehnert 42693bf0f2 Fixed wrong includes of cuddObj.hh in expression classes. Added missing files of cudd. 12 years ago