2 Commits (6e8465e9f1cb682f8fa0ed6303493d386d0b8873)

Author SHA1 Message Date
dehnert 6e8465e9f1 started on symbolic rational search 8 years ago
TimQu 4191d17f1e Moved main testfiles into tests/storm/ and the storm-pars testfiles into tests/storm-pars 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 8 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 8 years ago
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 8 years ago
dehnert 0354c9024a moved to new sylvan version and made everything work again 8 years ago
Philipp Berger da69e8d9b7 Cherry-picked changes. 9 years ago
dehnert 2a88016469 some fixes to tests 9 years ago
sjunges f196afcb66 moved tests to src folder, have several binaries now instead of a single monolithic test 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
dehnert df9ff5dfdb removed debug output in test and delete dylib if building fails 9 years ago
PBerger d76e9729da Leave Replacement finally working. 9 years ago
PBerger c9f2eef826 Added functionality for replacing leaves in SRF MTBDDs. 9 years ago
PBerger d3c492124a Fixed min/max Abstract w. repr. 9 years ago
PBerger da199866e6 Added tests for minAbstractRepresentative. 9 years ago
PBerger c184f6a541 Worked on Sylvan min/max ADD abstract w. representative. 9 years ago
PBerger e45b3d2940 Fixed Sylvan implementation of existsAbstractRepresentative. 9 years ago
PBerger be7353358f Added Test for constants in Cudd/Sylvan. 9 years ago
PBerger 0717ffe053 Added AND_EXISTS to sylvan+RationalFunction 9 years ago
dehnert 18b0f07581 tweaked Bdd toExpression a bit to be more versatile 9 years ago
dehnert 52577e2740 added game abstraction tests for sylvan and made them work (in particular implemented toExpression for sylvan BDDs) 9 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 9 years ago
PBerger 291f120cc0 Added the encoding and identity test for Rational Functions. 9 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 9 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 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
dehnert f2a01afbdf ODD-based stuff working for Sylvan. Almost all tests passing 10 years ago
dehnert 36a6e9e76e more work on sylvan ODD-related stuff 10 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 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