316 Commits (02cb1a241812ac8190c9fbf7e709525b99b28aa5)

Author SHA1 Message Date
PBerger 02cb1a2418 Replaced all calls to Matrix->toEigenSparseMatrix with calls to the adapter. 12 years ago
dehnert 6fb56748a6 Bugfix for correctly counting the number of values the parser inserts. 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
dehnert 1edd306032 Silenced warning of clang: Changed NULL to nullptr as this should be used in C++11. 12 years ago
dehnert c47b559986 Fixed minor bugs for Jacobi decomposition. 12 years ago
dehnert 7331544377 Added output functionality to bit vector and moved test-checking lines in storm.cpp to the right place. 12 years ago
dehnert 756cbd4ed1 Fixed some bugs in GmmxxAdapter and added row-vector product to sparse matrix. 12 years ago
PBerger 4bb76d0268 Added EigenAdapter and a Test for the Adapter. 12 years ago
PBerger ad3922ec18 Fixed a bug in the GmmAdapter with non-square matrices being truncated. 12 years ago
PBerger 9e416b69e5 The GmmxxAdapter converts to a Row-Major Matrix, not column-major. 12 years ago
PBerger d4b5a24757 Fixed the Jacobi Decomposition in the Matrix, Diagonal Matrix was not inverted. 12 years ago
gereon f9923bac95 Fixed memory leaks involving Settings class 12 years ago
gereon 4fd1d672ef fixed valgrind errors 12 years ago
dehnert e8fd897852 Fixed bug in copy constructor of matrix. 12 years ago
PBerger a2c5ee805b Refactored calls to SetBitCount 12 years ago
PBerger aea711b9f7 JacobiDecomposition Copy Constructor should throw exception: Now it throws an InvalidAccessException. 12 years ago
gereon c2669ccec4 "Creating" DeterministicModelParser 12 years ago
gereon facec2b040 experimented with custom style checker, fixed a few minor issues 12 years ago
gereon 062960b94c Some cleanups, removing memleaks 12 years ago
gereon b13f1ff37f Adding check "transitionRewards submatrix of transitions" 12 years ago
gereon 0992df5c66 fixing test for deadlock nodes in parsers 12 years ago
gereon 3dc82759af some error output, if Dtmc matrix is invalid 12 years ago
gereon 3a1b0f0433 adding sloppy mode for Settings, load settings in tests 12 years ago
gereon 54499c35ee adding missing include 12 years ago
PBerger 7800132684 Added Mdp Class, Parser and support in the AutoParser. 12 years ago
gereon 989c0a51ea a few more style issues 12 years ago
gereon 7a1bf4d834 fixed some style issues reported by cpplint 12 years ago
dehnert 57274b3f09 Fixed missing newline and warning about nested comments. 12 years ago
gereon 78c0245d16 Added rowMapping to MDP transition parser. 12 years ago
gereon 4d709ed9c2 Implemented second pass in NonDeterministicTransitionParser 12 years ago
gereon b8f1ddd5da Implemented first run for NonDeterministicTransitionParser 12 years ago
gereon 82ff9f3891 adding initializer for variable 12 years ago
gereon 867d477afc removing pointless comment 12 years ago
gereon ea84f91cf3 made a run of cpplint and fixed some of the warnings... 12 years ago
gereon 5668b95d9b added missing include. 12 years ago
gereon a8517c7246 fixed some documentation and changed position of const in Settings class. 12 years ago
gereon 650a0f0a27 added documentation for AbstractModel and operator<< for ModelType 12 years ago
gereon a695208d0e implemented check for deadlocks in parser 12 years ago
gereon 4e71cab4a7 using AutoParser in storm.cpp 12 years ago
gereon 4dbbb1486b first working version of AutoParser 12 years ago
gereon 4dc780ef77 modified AutoParser to reflect changes in the model type system. 12 years ago
gereon b4862360ba made Ctmc and Dtmc subclasses of AbstractModel 12 years ago
gereon 004633b79a fixed brackets in BaseException 12 years ago
gereon 006c9e6b88 changed model base class 12 years ago
gereon bad870f085 integrated cpplint 12 years ago
gereon 1776f8ce12 first steps towards an AutoParser 12 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 12 years ago
PBerger 36e2f5f15b Refactored SparseMatrix, made references const. 12 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 12 years ago