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.
 
 
 
 
David_Korzeniewski 56edf1e126 Initial MathSat integration. 11 years ago
..
CLI.h refactored main.cpp 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 Fixed wrong parameter name for unix systems. 12 years ago
Hash.h Added a Hash Class in the Utility Namespace. 12 years ago
Initialize.h factored out code parts from storm.cpp 11 years ago
InitializeLogging.h refactored main.cpp 11 years ago
OsDetection.h Fixed missing definitions for the current working directory. 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. 12 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 Fixed some problems related to the memory-mapped file. 11 years ago
cstring.h Fixed some problems related to the memory-mapped file. 11 years ago
graph.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
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. 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 Bugfix for storm::utility::vector::reduceVector to correctly compute which choices were taken to achieve extremal values. 11 years ago