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 a4ae226e57 Removed debug output from our debugging session 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
IRUtility.h Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
OsDetection.h Reimplemented the TopologicalValueIterationNondeterministicLinearEquationSolver with splitting into submatrices. 11 years ago
StormOptions.cpp Added timeout flag so no external tool is needed for aborting a computation. 12 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. 12 years ago
counterexamples.h Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 12 years ago
graph.h Added an example for SCC related testing which will change soon 11 years ago
matrix.h Added SparseMatrixBuilder class that actually builds the matrices. A call to build() will then generate the matrix. This eliminates superfluous checks in the matrix that slowed down performance. 12 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. 12 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. 12 years ago
vector.cpp Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 12 years ago
vector.h Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 12 years ago