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 5407978e8e Minor update: PRISM variables now store whether an initial value for them was given explicitly in the program. 11 years ago
..
ConversionHelper.cpp Added ConversionHelper.h to single out the needed no-strict-aliasing target 11 years ago
ConversionHelper.h Added ConversionHelper.h to single out the needed no-strict-aliasing target 11 years ago
CuddUtility.cpp Refactored CMakeLists.txt for better editing and overview 11 years ago
CuddUtility.h Replaced boost integer mask includes with cstdint 11 years ago
ErrorHandling.h Fixed wrong parameter name for unix systems. 11 years ago
Hash.h Added a Hash Class in the Utility Namespace. 12 years ago
IRUtility.h Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 11 years ago
OsDetection.h Fixed a bug in the SparseMatrix.h where the multi threaded implementation would crash sometimes 11 years ago
StormOptions.cpp Added timeout flag so no external tool is needed for aborting a computation. 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 Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 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 Moved from additional row grouping to the one embedded in the matrix itself. 11 years ago
matrix.h Moved from additional row grouping to the one embedded in the matrix itself. 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 a lot of unused variable warnings 11 years ago