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.
 
 
 
 
sjunges daca9d5294 refactored main.cpp 11 years ago
..
dd Started to pimp matrix. First step: added proper methods setColumn/setValue that operate on a matrix entry and removed the non-const versions of getColumn/getValue. Added a typedef for the index type in the matrix so that it becomes possible to have matrices with a different index type (e.g. 32-bit values). 11 years ago
expressions Improved performance of the expression parser a bit more. 11 years ago
prism Added reordering functionality to DD interface. 11 years ago
BitVector.cpp fixed a lot of unused variable warnings 11 years ago
BitVector.h Finalized interface of bit vector. Added unit tests for all methods of the bit vector. 12 years ago
Decomposition.cpp Beautified remaining storage classes a bit. 12 years ago
Decomposition.h Beautified remaining storage classes a bit. 12 years ago
LabeledValues.h Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
MaximalEndComponent.cpp Beautified remaining storage classes a bit. 12 years ago
MaximalEndComponent.h Beautified remaining storage classes a bit. 12 years ago
MaximalEndComponentDecomposition.cpp Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 11 years ago
MaximalEndComponentDecomposition.h Beautified remaining storage classes a bit. 12 years ago
PartialScheduler.cpp Added functional tests for MEC decomposition. 12 years ago
PartialScheduler.h Beautified remaining storage classes a bit. 12 years ago
Scheduler.h Beautified remaining storage classes a bit. 12 years ago
SparseMatrix.cpp Fixed some warnings in various places. 11 years ago
SparseMatrix.h Fixed some warnings in various places. 11 years ago
StronglyConnectedComponentDecomposition.cpp Dropped our current Tarjan-implementation in favour of the path-based algorithm by Gabow (and others) as this seems to perform a lot better (at when comparing our implementations). 11 years ago
StronglyConnectedComponentDecomposition.h Dropped our current Tarjan-implementation in favour of the path-based algorithm by Gabow (and others) as this seems to perform a lot better (at when comparing our implementations). 11 years ago
TotalScheduler.cpp Added functional tests for scheduler classes. 12 years ago
TotalScheduler.h Beautified remaining storage classes a bit. 12 years ago