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 40c698af90 Some fixes to make new SMT framework compile with clang under Mac OS (includes fixes to some initializiation ordering warnings). Bugfix for PRISM parser to correctly handle formulas. 11 years ago
..
adapter Some fixes to make new SMT framework compile with clang under Mac OS (includes fixes to some initializiation ordering warnings). Bugfix for PRISM parser to correctly handle formulas. 11 years ago
modelchecker Added more query methods to expressions. SparseMatrix now keeps track of non zero entries and models show correct number of transitions by referring to nonzero entries rather than all entries in the matrix. 11 years ago
parser Added 'power' as a binary operator in expression classes and expression grammar. 11 years ago
solver Implemented Unsat Core/Assumtions & simple test 11 years ago
storage Extended DD interface by methods to generate explicit row-grouped matrices from DDs. 11 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