40 Commits (2cbdf562674491f58defa1690cce10714cfa4424)

Author SHA1 Message Date
dehnert 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
dehnert 5a9d778a23 First version of MEC decomposition for nondeterministic models. 12 years ago
dehnert b9130180ee Rough sketch of MEC decomposition. 12 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 12 years ago
masawei ee1c1eb9b6 First implementation of the BitVector to Dtmc subsystem converter in Dtmc.h 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert f39fb24f65 Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty. 12 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 12 years ago
dehnert abf6f85b63 Intermediate commit to switch workplace. 12 years ago
PBerger bf5de84ab9 Refactored the parsing and lineFeeding handling. 12 years ago
PBerger 78184f9537 Added a Hash Class in the Utility Namespace. 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 14fae4883a Added prob 0/1 precomputation for bounded-until model checking for DTMCs. The version for MDPs seems to perform worse: needs to be investigated. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
dehnert fc67cf4e3f Further refactoring of GraphAnalyzer class. 12 years ago
dehnert 94337f5835 Added move-constructor and move-assignment to bit vector class. 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
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
dehnert 34b85b956e Moved model checking of DTMCs to superclass. Now, each DTMC model checker only needs to implement matrix-vector multiplication and linear equation solving to be able to fully model check DTMCs. Added subset/disjoint functionality to bit vector. Changed tests for MDP and DTMC model checking a bit. 12 years ago
dehnert 4bcb26ab96 Included subset-test in bitvector. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 7d7edc5a05 Implemented Prob1E algorithm for nondeterministic models. Added comparison operator to bit vector. 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
gereon facec2b040 experimented with custom style checker, fixed a few minor issues 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 12 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 12 years ago
PBerger 851e3a631d Fixed CMakeLists.txt, made everything compile under Windows/MSVC 12 years ago
gereon 71c824b91a hunting for memory erros 12 years ago
dehnert 101c6c41ab Merge. 12 years ago
gereon eb91f3ea86 fixing memory errors (mostly in resize()) and some minor corrections 12 years ago
dehnert 2ca83f5f31 Added functionality to rapidly extract sub-matrix from our sparse matrix format. 12 years ago
dehnert dc7c414246 Merged bit vector and main file. 12 years ago
gereon 296a3a1992 fixed but in BitVector.resize() 12 years ago
gereon 2998e3d812 replacing constructor delegation 12 years ago
dehnert 2bf01bfea3 Added graph search algorithms for determining the set of states that have no possibility of going to a non-target state. Enhanced bit vector class. 12 years ago
dehnert 05eaab7816 Removed invocations of memcpy in favour of std::copy as compilers will take care of optimizations. 13 years ago
dehnert 70bf39b634 Fixed includes for graph transitions class. Added index iteration functionality to the bit vector class. 13 years ago
dehnert 8911b0b71a Fixed wrong namespace for bit vector and square sparse matrix classes. 13 years ago
dehnert bdfb9b7d72 Further refactoring of the bit vector class, now including logging output. Renamed it according to the new naming scheme. 13 years ago
dehnert 171a9fa161 Started refactoring bit vector class. 13 years ago
dehnert 32fc15db46 Fixed some unix-specific issues. 13 years ago
dehnert 876154e6f0 Removed logging output from all classes. Added log4cplus as 3rdparty library. Refactored CMakeLists.txt to always use libraries that are in the repository. Changed executable file to mrmc/mrmc-tests. Added case distinction in gtest to compile with clang. 13 years ago
dehnert 5a8c2a8d0e Added iterator functionality to bit vector. Minor cosmetics here and there. 13 years ago
dehnert 44fbef62bd Added capability to compute model size in bytes and corresponding functions in several classes. Added model info output to DTMC class. Added atomic proposition information output to atomic propositions labeling class. 13 years ago
dehnert b7eaeab11f Renamed dtmc folder to models, corrected namespace in contained classes and fixed includes in affected files. 13 years ago
PBerger 6d384967fc Added BitVector, a simple boolean array 13 years ago