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 b860f16ada Further work on MaxSAT-based minimal command counterexamples. 12 years ago
..
eigen Replaced boost integer mask includes with cstdint 12 years ago
modelchecker Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty. 12 years ago
parser Sparse matrix can now also be used without knowing the number of rows/columns/nonzeros upfront. Adapted ExplicitModelAdapter to use that capability to not explore the state space twice. Added support for Z3 to CMakeLists.txt. Added correct submatrix checks for transition rewards in MDPs. Extended a test for the ExplicitModelAdapter a bit. 12 years ago
storage Replaced boost integer mask includes with cstdint 12 years ago
storm-functional-tests.cpp Introduced a new Object called InternalOptionMemento to handle required settings for tests which auto-reset after the test is done 12 years ago