You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PBerger
6d384967fc
Added BitVector, a simple boolean array
Edited AtomicProposition to make use of BitVector
Edited mrmc-cpp.cpp, now comes with speed tests for some tasks
Edited static_sparse_matrix.h, added a copy constructor, added template conversion functions, applied template parameters to all relevant functions/variables
Removed eigen_sparse_additions.h from internal files
12 years ago
doc
Updated styleguides
13 years ago
resources
Added conversion routines from/to Eigen Sparse Matrix Format
12 years ago
src
Added BitVector, a simple boolean array
12 years ago
test
Added BitVector, a simple boolean array
12 years ago
.gitignore
Edited static_sparse_matrix.h, replaced all calloc/malloc calls with std::new
12 years ago
CMakeLists.txt
Edited CMakeLists.txt, added a checkbox to disable/enable debug symbols with GCC
12 years ago
FindPantheios.cmake
Fixed CMakeLists.txt for Google Test to work with VS2012
12 years ago
FindSTLSoft.cmake
Added temporary Find* files for CMake
13 years ago
LICENSE
Initial Import into Git
13 years ago
LICENSE-MRMC.txt
Initial Import into Git
13 years ago
MRMCConfig.h.in
Edited src/parser/read_lab_file.cpp, fixed String tokenization in WIN32
12 years ago