24 Commits (dc5ddca9d776507d8d08f0cc808aa8b906fe4fc2)

Author SHA1 Message Date
dehnert 0473d1a757 Fixed a lot of issues with the IR and the explicit state space generator. 12 years ago
dehnert d168b1848e Made GMRES and LSCG solution methods work for linear equation solving. Some further work on scheduler guessing. 12 years ago
dehnert 7095f8e67f Fixed a lot of issues introduced by refactoring. 12 years ago
dehnert abf6f85b63 Intermediate commit to switch workplace. 12 years ago
dehnert fabf662edd Added dot output for both deterministic and nondeterministic models. Fixed iterator bug in sparse matrix. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
gereon ad86c22249 Replaced positional arguments by --explicit and --symbolic. 12 years ago
gereon 5495456991 Added new log level "trace" 12 years ago
Lanchid 5279466644 - Removed "test-prctl" option 12 years ago
Lanchid d4f791e80d Removed default values for prctl, csl and ltl settings and added 12 years ago
Lanchid 5d3b9e5cc1 Basic structure for central model checking method in storm.cpp 12 years ago
gereon a73ae7aed4 Added new option --debug. 12 years ago
gereon f52d4eb7a8 Added new option --debug. 12 years ago
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: 12 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