You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gereon de268ec3e8 Forgot to remove a *... 13 years ago
..
AtomicPropositionLabelingParser.cpp a few more style issues 13 years ago
AtomicPropositionLabelingParser.h experimented with custom style checker, fixed a few minor issues 13 years ago
AutoParser.cpp "Creating" DeterministicModelParser 13 years ago
AutoParser.h Some cleanups, removing memleaks 13 years ago
DeterministicModelParser.cpp "Creating" DeterministicModelParser 13 years ago
DeterministicModelParser.h fixed valgrind errors 13 years ago
DeterministicSparseTransitionParser.cpp Bugfix for correctly counting the number of values the parser inserts. 13 years ago
DeterministicSparseTransitionParser.h Fixed bug in parser that inserted 0-entries on the diagonal at the wrong places. Enabled link-time-optimizations for Release-Build when using clang. Fixed bug in base exception: what() returned a pointer to a char array belonging to a local variable, which got deallocated and thus invalidates the char array content. 13 years ago
MdpParser.cpp Added Mdp Class, Parser and support in the AutoParser. 13 years ago
MdpParser.h Added Mdp Class, Parser and support in the AutoParser. 13 years ago
NonDeterministicSparseTransitionParser.cpp fixing test for deadlock nodes in parsers 13 years ago
NonDeterministicSparseTransitionParser.h fixing test for deadlock nodes in parsers 13 years ago
Parser.cpp removing pointless comment 13 years ago
Parser.h add checked_strtod and use it in all parsers 13 years ago
PrismParser.cpp Added singleton utility class for CUDD-based things. Added some first methods to expression classes to generate ADDs, but this should be moved to a separate class implementing the expression visitor pattern. 13 years ago
PrismParser.h Moved implementation of PrismParser completely to source file. Fixed some minor things in IR classes. 13 years ago
SparseStateRewardParser.cpp fixed some style issues reported by cpplint 13 years ago
SparseStateRewardParser.h experimented with custom style checker, fixed a few minor issues 13 years ago