91 Commits (270c3125b510ccef404083c09d23f85f3b7e3612)

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. 13 years ago
PBerger 9a9cd968d9 Added a test to verify the RowSum Function in the Sparse Matrix. 13 years ago
dehnert 5f57cbb12a Now able to build the BDD for the die example, including the reachability analysis! Booyah 13 years ago
dehnert 4d813999e3 Backup commit. On my way of buidling appropriate BDDs. 13 years ago
dehnert c4af78b859 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
gereon f9923bac95 Fixed memory leaks involving Settings class 13 years ago
gereon facec2b040 experimented with custom style checker, fixed a few minor issues 13 years ago
gereon 062960b94c Some cleanups, removing memleaks 13 years ago
gereon 3a1b0f0433 adding sloppy mode for Settings, load settings in tests 13 years ago
gereon 989c0a51ea a few more style issues 13 years ago
gereon ea84f91cf3 made a run of cpplint and fixed some of the warnings... 13 years ago
gereon a8517c7246 fixed some documentation and changed position of const in Settings class. 13 years ago
gereon a695208d0e implemented check for deadlocks in parser 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger b89db58fbb Made changes to all files that use the Sparse Matrix, as the diagonal entries are now included in the main storage. This refs #34 13 years ago
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert b26a731383 Added reward parsing: 13 years ago
Lanchid 48098b596d Removed the parameter from const templates, as types can be stated 13 years ago
Lanchid afb0373358 Added DtmcParser class that parses a whole DTMC, making use of the 13 years ago
Lanchid daa5cf297a Changed type of parameter filename to std::string const & (was const 13 years ago
Lanchid 64784d4e92 Renamed LabParser to AtomicPropositionLabelingParser 13 years ago
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 13 years ago
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 13 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 13 years ago
gereon 470fa4c4b7 added sys/mman.h for linux target 13 years ago
PBerger 01ea2c8427 Moved os specific includes into OsDetection.h 13 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
gereon 64bf554cad some more reformatting 13 years ago
gereon 6a720709a5 refactored opening braces in settings classes 13 years ago
gereon 94f46568d5 adding default value for trigger options 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
PBerger 95b000436b Added a JacobiDecomposition container and conversion function. Added const where possible. 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 3610172125 updating documentation 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 2ff00441cb adding intermediate callbacks for settings 13 years ago
gereon 19a1a38c47 made Callbacks::getInstance private 13 years ago
gereon 64f5430427 documented CallbackType 13 years ago