4 Commits (0a0485c8f01ce56264f0a8a7acfed7f4b3c5319d)

Author SHA1 Message Date
dehnert e08b61b9f7 Added functional and performance tests for sparse matrix. 11 years ago
dehnert d5cadc0f4b Finalized interface of bit vector. Added unit tests for all methods of the bit vector. 11 years ago
dehnert 07fbff7a07 Started refactoring bit vector class. 11 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
dehnert 27de566228 Moved current tests to the functional test suite in an attempt to introduce performance tests. 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 12 years ago
dehnert 8911b0b71a Fixed wrong namespace for bit vector and square sparse matrix classes. 12 years ago
dehnert 8806dc6592 Performed renaming of static_sparse_matrix.h to SquareSparseMatrix.h, renamed the class accordingly and adapted the tests and includes. 12 years ago
dehnert bdfb9b7d72 Further refactoring of the bit vector class, now including logging output. Renamed it according to the new naming scheme. 12 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. 12 years ago
PBerger 6d384967fc Added BitVector, a simple boolean array 12 years ago