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.
 
 
 
 
dehnert aecd0e3cb8 Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 11 years ago
..
dd Now the parameter that is set for dynamic reordering actually gets passed to CUDD. 11 years ago
expressions Implemented allSat with z3 and test 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 Some fixes to make new SMT framework compile with clang under Mac OS (includes fixes to some initializiation ordering warnings). Bugfix for PRISM parser to correctly handle formulas. 11 years ago
SparseMatrix.h 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
StronglyConnectedComponentDecomposition.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
StronglyConnectedComponentDecomposition.h Beautified remaining storage classes a bit. 12 years ago
TotalScheduler.cpp Added functional tests for scheduler classes. 12 years ago
TotalScheduler.h Beautified remaining storage classes a bit. 12 years ago