39 Commits (359b62868c3bc1f068bde2d56ca776bbc331c30f)

Author SHA1 Message Date
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
sjunges e4b3f4eeb9 intermediate commit, come back after refactoring formulae 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert 5616004e6e remove debug output 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
Mavo e443384b91 Added assertion 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert cae04c0e20 fixed bug in symbolic quantitative check result 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 10 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 10 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
TimQu adc5c8d1c1 Fixed another memory leak: CheckResults have not been destructed properly. 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 10 years ago
dehnert b9cc6c2708 fixed bug in concatenating results of subformulas 10 years ago
dehnert e1761fa774 Enabled hybrid CTMC model checker in cli. Further work on hybrid CTMC model checker (not yet working). Fixed some minor issues in sparse CTMC model checker. 11 years ago
dehnert 76b99a5515 Commit to switch workplace. 11 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 11 years ago
dehnert 72166bed37 Created new class for storing hybrid check results (symbolic as well as explicit parts) and the surrounding functionality. 11 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 11 years ago
dehnert 06bfc17ec6 Started making hybrid (dd/sparse) model checking work. 11 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 11 years ago
dehnert e9d677c792 Further work on MTBDD-based mc. 11 years ago
dehnert 546e047b8d Fixed a bug that prevented correct comparison with bounds in formulas. 11 years ago
dehnert 3fd62bc697 More work on MTBDD-based mc. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 11 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 11 years ago