65 Commits (6a6ecf1d2787c0c8b9712112ddcca51795b37b2e)

Author SHA1 Message Date
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
PBerger 851e3a631d Fixed CMakeLists.txt, made everything compile under Windows/MSVC 13 years ago
gereon 71c824b91a hunting for memory erros 13 years ago
dehnert 101c6c41ab Merge. 13 years ago
gereon eb91f3ea86 fixing memory errors (mostly in resize()) and some minor corrections 13 years ago
dehnert 2ca83f5f31 Added functionality to rapidly extract sub-matrix from our sparse matrix format. 13 years ago
dehnert dc7c414246 Merged bit vector and main file. 13 years ago
gereon 296a3a1992 fixed but in BitVector.resize() 13 years ago
gereon 2998e3d812 replacing constructor delegation 13 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. 13 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