248 Commits (493f93a94bb11b99a830223a192e10928bff44a9)

Author SHA1 Message Date
masawei ee1c1eb9b6 First implementation of the BitVector to Dtmc subsystem converter in Dtmc.h 12 years ago
masawei a98310a723 Some code revisions. 12 years ago
dehnert a33717787c Bugfixes for new set class. 12 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 12 years ago
dehnert 58fa1a46a0 Added some comments. 12 years ago
dehnert e24c64e41e Refinement work on backward implications. 12 years ago
masawei 1b2bb9c138 Set up command flow for subsystem generation. Results seem correct on the first look. 12 years ago
dehnert 47a05fc1b0 Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
dehnert b18199d3ec Further work on minimal label set generators. 12 years ago
masawei 4d161e5e8e Began with integration of crit. subsystem generation into master. 12 years ago
masawei 1716c45ec5 Fixed compile errors concerning the handling of the STORM_HAVE_Z3 flag and a missing include in IRUtility.h 12 years ago
dehnert a2bba28f94 Moved static analysis for guaranteed label set computation into utilities and improved MILP-based approach by using this information. 12 years ago
dehnert 629448c312 First working version of MaxSAT-based minimal command counterexample generation. 12 years ago
dehnert b6ff62e689 Towards adding more cuts to MaxSAT-based minimal command counterexamples. Some fixes here and there along the way. 12 years ago
dehnert aec2596753 Several fixes for the IR. Weakest precondition computation is now supported for IR expressions. 12 years ago
dehnert 20ae92e1ba Added support for cloning IR expressions. 12 years ago
dehnert e3234b54f3 Step towards minimal command generator using MaxSAT and model checking. 12 years ago
dehnert 623d9ee7c4 Added capability to restrict model to certain action choices. 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert 2aa8d11101 Removed unnecessary option. Fixed performance tests. 12 years ago
PBerger 79c40126f3 Fixed a bug in the SparseMatrix.h where the multi threaded implementation would crash sometimes 12 years ago
PBerger c242dcbd97 Refactored CMakeLists.txt for better editing and overview 12 years ago
PBerger edeedd2bed Added ConversionHelper.h to single out the needed no-strict-aliasing target 12 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 12 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