14 Commits (ff0f2197b28afb436ec417e76d53628c368718fa)

Author SHA1 Message Date
dehnert 726569d5f1 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. 12 years ago
PBerger 9a9cd968d9 Added a test to verify the RowSum Function in the Sparse Matrix. 12 years ago
gereon f9923bac95 Fixed memory leaks involving Settings class 12 years ago
gereon 062960b94c Some cleanups, removing memleaks 12 years ago
gereon 3a1b0f0433 adding sloppy mode for Settings, load settings in tests 12 years ago
gereon ea84f91cf3 made a run of cpplint and fixed some of the warnings... 12 years ago
gereon a8517c7246 fixed some documentation and changed position of const in Settings class. 12 years ago
gereon a695208d0e implemented check for deadlocks in parser 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
dehnert b26a731383 Added reward parsing: 13 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
dehnert c7781f8137 Added option matrixlib to the generic options of the settings class to define a default value for the used backend. Related to ticket #29. 13 years ago
gereon e802942be2 fixing memory leaks. only log4cplus left... 13 years ago
gereon 331d3c7a11 fixing invalid read 13 years ago
gereon a9129c00c7 new exception 13 years ago
gereon 74588c84f4 removed helpConfigfile (as we don't distinguish anymore between cli and configfile options) 13 years ago
gereon f6c88b3801 fixing some more documentation, adding dummy implementation 13 years ago
gereon c93b325e19 some cleanups 13 years ago
gereon 09b35a2fa1 replace callbacks by register methods 13 years ago
gereon 89d93d87d4 adding put methods for callbacks 13 years ago
gereon b28c1f64c4 fixing a few memory issues 13 years ago
gereon 39cd84a469 adding documentation that is visible to doxygen, adding logging 13 years ago
gereon cd4463116e completed work on intermediate callbacks and restructured settings class 13 years ago
gereon 4361647ef4 made settings callbacks work and changed names to match our conventions. 13 years ago
gereon 60dbf5608e adding test-bench for prctl parser. 13 years ago
gereon c10b08bf9a adding option --verbose 13 years ago
gereon a5a045f091 Changed Settings class to be singleton 13 years ago