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 493f93a94b Added __restrict__ keyword to CUDA kernel. This should enhance compiler optimization. 11 years ago
..
AbstractDeterministicModel.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
AbstractModel.cpp Further step towards Markov automata parser. 11 years ago
AbstractModel.h Added more query methods to expressions. SparseMatrix now keeps track of non zero entries and models show correct number of transitions by referring to nonzero entries rather than all entries in the matrix. 11 years ago
AbstractNondeterministicModel.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
AtomicPropositionsLabeling.h Merge branch 'master' into storageRefactoring 11 years ago
Ctmc.h Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
Ctmdp.h Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
Dtmc.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
MarkovAutomaton.h Bugfix for the dimensions of some data of parsed Markov automata. 11 years ago
Mdp.h Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 11 years ago
PseudoModel.cpp Fixed include directories for CUDA Plugin in CMakeLists.txt 11 years ago
PseudoModel.h Added a pseudo model which can be constructed from only a matrix to look and behave like a model for use in Decomposition classes 11 years ago