168 Commits (4b3d4a7c114a20c38c44c4c9cbd56eaf3e569664)

Author SHA1 Message Date
PBerger edeedd2bed Added ConversionHelper.h to single out the needed no-strict-aliasing target 11 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 11 years ago
PBerger a30f570c2a Added logging to all Settings classes 12 years ago
PBerger 58ff007654 Fixed the Settings structure 12 years ago
PBerger 938959de56 Added a set() Method to the Settings.h for the Tests 12 years ago
PBerger bde10b750e Added my initial implementation of Settings 12 years ago
dehnert 0473d1a757 Fixed a lot of issues with the IR and the explicit state space generator. 12 years ago
Lanchid 6af5ce4860 Another container for which gcc does not support emplace yet... 12 years ago
dehnert 973e51bacb Beautified the code a bit. 12 years ago
dehnert b36b460a4e Added some comments to scheduler guessing. 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 15542d46da Changes: 12 years ago
dehnert 36543de851 Started trying to implement a more clean iterator solution for sparse matrix. 12 years ago
dehnert 7e74bfbff2 Fixed bug in creation of scheduler, but there is still one really obvious one. Added small MDP example. 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
PBerger 78184f9537 Added a Hash Class in the Utility Namespace. 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
dehnert e7601eb7b7 Included scheduler generation in model checking procedure for MDPs. 12 years ago
dehnert fabf662edd Added dot output for both deterministic and nondeterministic models. Fixed iterator bug in sparse matrix. 12 years ago
dehnert f44f0ce410 Cleaned interfaces of models from std::shared_ptr. Improved some code in graph utility. 12 years ago
dehnert c8081c4d34 Fixed wrong step-bounded backward search. 12 years ago
dehnert a619303a1a Removed unnecessary command line utilities. 12 years ago
dehnert 64b883f695 Some cleanup in storm.cpp. Refactored and commented the utility module for vector operations. 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
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
dehnert 307911ca13 Fixed performance tests, they now run fine. 12 years ago
dehnert 3c32eec8e1 Made the prob0/1 algorithms for MDPs share a common backward transition object. 12 years ago
dehnert fbe1f41213 Removed GraphTransition class, which is now replaced by SparseMatrix in the instances where it was used before. Changed GraphAnalyzer accordingly and adapted tests. 12 years ago
dehnert ed4c6c8429 Fixed SCC decomposition functions. Added performance tests for GraphAnalyzer. 12 years ago
dehnert 69395face2 Moved creation of SCC-dependency graph into abstract model class. Added functionality to sparse matrix class to not give the number of nonzeros upfront, but to to grow on demand. 12 years ago
dehnert b28b827362 All methods of GraphAnalyzer: 12 years ago
gereon 5495456991 Added new log level "trace" 12 years ago
dehnert ab11d3c207 Further refactoring of GraphAnalyzer class. Some comments are still missing and GraphAnalyzer should be made a namespace instead of a class with static methods only. 12 years ago
dehnert fc67cf4e3f Further refactoring of GraphAnalyzer class. 12 years ago
dehnert cc7230abb1 Started to refactor graph analyzing to include less pointers and the like. Currently this breaks two tests. 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
dehnert d266d9effe Fixed another bug in sparse matrix. Fixed bug in test. 12 years ago
dehnert 00b4797948 Further refactoring. Other classes are now adapted to the changes in the sparse matrix class. 12 years ago
dehnert 9ae177c9b5 Further refactoring. In particular of the matrix class. 12 years ago
dehnert 43f11ccc5f Refactoring of modelchecker folder. 12 years ago
dehnert 102f38322d Fixed several bugs in several modules (bit vector, parser, etc.). Topological value iteration now works for the consensus protocol and the two dice example. 12 years ago
gereon 1f3b172c83 Added a simple module that handles segfaults: print a message and provide a backtrace. 12 years ago
dehnert bdf173c315 GraphTransition objects can now be build from the SCC decomposition of a system. 12 years ago
gereon a73ae7aed4 Added new option --debug. 12 years ago
gereon f52d4eb7a8 Added new option --debug. 12 years ago
dehnert af1aa4e1e5 Added native matrix-vector multiplication for our matrix format (as fast as gmm++). Fixed bug in bit vector. Fixed some issues in SCC decomposition. MDP model checkers now have the solving methods by default (native ones) and may override them with their own ones, if desired. Added some aux stuff, like vector helper methods. 12 years ago