646 Commits (9e64e998f37d95c488b499dbda11c2aaf05decbd)

Author SHA1 Message Date
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 9 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 9 years ago
dehnert fb4c103320 merged sylvan updates into the sylvan copy. made more tests work 10 years ago
dehnert 10996b4ab5 more work on sylvan 10 years ago
dehnert 7ea0cb19b3 added some new functions to sylvan. isolated new code to make it easier to update sylvan to newer versions later 10 years ago
dehnert 8eb3720f91 more work on sylvan integration 10 years ago
dehnert 6c1a21c43f added more functions in sylvan 10 years ago
dehnert 2c69232560 started cleaning ADD interface 10 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 10 years ago
dehnert 8194454621 more work on making sylvan mtbdds work 10 years ago
dehnert 99f096635f started integrating sylvan 10 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 1d49bc6dd0 extracting the bisimulation quotient for MDPs; tests for MDP bisimulation 10 years ago
dehnert 7833025829 reenabled all bisimulation tests 10 years ago
dehnert 46fee522ff made strong bisim for DTMCs work again 10 years ago
dehnert 1428f1647b commented in some more tests, however the main entry points need to be fixed because of the new templating of the bisimulation class 10 years ago
dehnert 11c21eb338 on my way of making (the refactored version) bisimulation work again for deterministic models 10 years ago
dehnert 96954ddd15 refactoring of bisimulation class in the prospect of extending it to (CT)MDPs, not yet done 10 years ago
dehnert b3ce727f6c fixed minor bug, tests for smt-based permissive schedulers (for upper-bounded properties) now passing 10 years ago
dehnert 59501dd347 removed some object files of xerces. started working on smt-based permissive schedulers 10 years ago
sjunges 160f9e476f test descr for milp perm sched 10 years ago
dehnert de58c73c5a forgot to commit some files 10 years ago
sjunges e4aab761d2 updates to perm schedulers 10 years ago
dehnert 31be908c5a mathsat does not like boolean arguments to ite-expressions, so we encode it ourselves now 10 years ago
sjunges 131ab5b674 Updates on perm. schedulers 10 years ago
dehnert beee4a9e82 fixed a bug in the tests that caused a segfault 10 years ago
dehnert 2376905810 more work 10 years ago
dehnert 381fe6d9a8 more work on translating BDDs to expressions 10 years ago
dehnert 781610b05d extended tests for validity of returned strategies 10 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 10 years ago
dehnert e8b7928831 fixed minor bug 10 years ago
dehnert 1c42ed792b fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know? 10 years ago
dehnert 972795912a added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games 10 years ago
dehnert 0bd0b963d7 introduced new menu game class 10 years ago
dehnert 7cd1e6324f the abstraction now properly builds an instance of the game class 10 years ago
dehnert 1199ab95e3 fixed bug in expressions. all tests now passing 10 years ago
dehnert 0cd148c600 fixed more bugs. however, a test still fails, because the abstraction is wrong 10 years ago
dehnert e8794dee22 added more tests, not working yet, however 10 years ago
dehnert 5934d67514 DD meta variables can now be inserted at particular locations. added some tests for game abstraction 10 years ago
dehnert 8911d2ba63 added debug output and fixed some bugs 10 years ago
dehnert 15b97057dd silenced some warnings within boost (new clang version) and fixed an unused variable issue 10 years ago
dehnert c6f1cb40d3 more work on games 10 years ago
dehnert f013ddfb4c The determined relevant predicates are now added to the SMT solver of an abstract command. Also, variable bounds are enforced. 10 years ago
dehnert ccad5741a7 added test case for game solver 10 years ago
dehnert e659dd8c4a some work on sparse game solver 10 years ago
dehnert bc3f6b8d80 fixes for parts that were affected by recent parser templating 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
sjunges 7fd28d4564 refactored cmakelists 10 years ago