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
..
ConversionHelper.cpp Added ConversionHelper.h to single out the needed no-strict-aliasing target 12 years ago
ConversionHelper.h Added ConversionHelper.h to single out the needed no-strict-aliasing target 12 years ago
CuddUtility.cpp Refactored CMakeLists.txt for better editing and overview 12 years ago
CuddUtility.h Replaced boost integer mask includes with cstdint 12 years ago
ErrorHandling.h Bugfix for topological equation solver. 11 years ago
Hash.h Added a Hash Class in the Utility Namespace. 12 years ago
OsDetection.h Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
PrismUtility.h Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 11 years ago
StormOptions.cpp Fixed a typo in the StormOptions.cpp 11 years ago
StormOptions.h Added a set() Method to the Settings.h for the Tests 12 years ago
StringHelper.h Added my initial implementation of Settings 12 years ago
constants.h Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 11 years ago
counterexamples.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
cstring.cpp Second part of the refactoring of Parser.cpp/.h 11 years ago
cstring.h Second part of the refactoring of Parser.cpp/.h 11 years ago
graph.h Made changes to comply with new SparseMatrix Interface (YUCK). 11 years ago
matrix.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
solver.cpp Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 11 years ago
solver.h Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 11 years ago
vector.cpp Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 11 years ago
vector.h Fixed include directories for CUDA Plugin in CMakeLists.txt 11 years ago