59 Commits (4cc780cbc0a1330171f86f3fd474ec480a4a22e1)

Author SHA1 Message Date
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert 433bae1156 Switched from an option to fix deadlocks to an option to not fix the deadlocks. Hence, deadlocks are now fixed by default unless otherwise requested. 11 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
sjunges 5817fe50b6 post merge fixes 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 11 years ago
sjunges 0afb73bba1 refactoring of DetSparseTrans Parser to support parameters in future 11 years ago
masawei 6444fc5197 Last fixes and changes. 11 years ago
masawei df2e65b667 Added a test for the AutoParser. 12 years ago
masawei 52f130ea5c Commenting and cleanup. 12 years ago
masawei fe7afc727f Second part of the refactoring of Parser.cpp/.h 12 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 12 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 12 years ago
masawei 8adee3629b Removed duplicated code in DeterministicSparseTransitionParser while still keeping it readable and the interface intact. 12 years ago
masawei 4245b3c4e3 Changed parsers to be compilable again. 12 years ago
masawei 1f71bb5240 Refactored the DeterministicModelParser. 12 years ago
masawei 3598b7195e Refactored the DeterministicSparseTransitionParser. 12 years ago
dehnert 81cf0e2b22 Added SparseMatrixBuilder class that actually builds the matrices. A call to build() will then generate the matrix. This eliminates superfluous checks in the matrix that slowed down performance. 12 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 12 years ago
dehnert 97fb2f9750 All tests working with (partially) new sparse matrix implementation/interface. 12 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 12 years ago
dehnert 84bd5f3b40 Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 12 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 12 years ago
PBerger e69c9f1962 Added all options from StoRM 12 years ago
PBerger 83d0e7d6af Refactored LineEndings Handling. Added missing default cases. 12 years ago
PBerger 2fc666892d Added multi plattform new-line handling for parsers 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 12 years ago
gereon 8dce5af515 fixed some warnings (comparison between signed/unsigned) 12 years ago
dehnert c7f58ed5f5 Modified parsers such that the reward matrices are of the same size as the transition matrices. 12 years ago
dehnert 69acbdef63 Fixed a few things in the parsers and implemented proper treatment of reward files by these parsers. 12 years ago
PBerger 4fe071033b Removed std:: from uint type specifier (illegal in VS2012) 13 years ago
Lanchid a3837ac76b Changed WrongFileFormatException to WrongFormatException 13 years ago
PBerger a598d3751c The DeterministicSparseTransitionParser.cpp was still broken, rewrote it in a simpler and more convenient way. 13 years ago
dehnert 6fb56748a6 Bugfix for correctly counting the number of values the parser inserts. 13 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. 13 years ago
PBerger 9a9cd968d9 Added a test to verify the RowSum Function in the Sparse Matrix. 13 years ago
dehnert 1edd306032 Silenced warning of clang: Changed NULL to nullptr as this should be used in C++11. 13 years ago