11 Commits (330dfb96c7c0e4b5a1f4b7a0909da506aa9fabc0)

Author SHA1 Message Date
dehnert 330dfb96c7 more work on abstraction-refinement framework 8 years ago
dehnert 187e8bc52b fixed two bugs related to hybrid quantitative results 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 9 years ago
dehnert a2e29893f2 fixed a few bugs 9 years ago
dehnert 76c99b55af return more precise result in dd equation solver 9 years ago
dehnert 7b0b6fa333 fixed a formula parsing bug, corrected some result printing 9 years ago
dehnert 6dce56d0bb improved printing of result to command line 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 0796eea632 implemented the extended filter functions of JANI for the symbolic/hybrid check results 9 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 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 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 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 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. 10 years ago
dehnert 76b99a5515 Commit to switch workplace. 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 10 years ago
dehnert 72166bed37 Created new class for storing hybrid check results (symbolic as well as explicit parts) and the surrounding functionality. 10 years ago