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 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 10 years ago
..
ExplicitModelAdapter.h Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 10 years ago
GmmxxAdapter.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
StormAdapter.h Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 11 years ago
SymbolicExpressionAdapter.h Towards adding more cuts to MaxSAT-based minimal command counterexamples. Some fixes here and there along the way. 11 years ago
SymbolicModelAdapter.h fixed a lot of unused variable warnings 11 years ago
Z3ExpressionAdapter.h Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 10 years ago