69 Commits (b8229da6cdcd6a00389228a4906280c88e925bb0)

Author SHA1 Message Date
dehnert 86a783de92 two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result 8 years ago
dehnert 187e8bc52b fixed two bugs related to hybrid quantitative results 8 years ago
dehnert becc43e1e1 added wokaround proposed by jklein to make the new sylvan version build on older osx 8 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 8 years ago
dehnert 0135793c44 update to newest sylvan version 8 years ago
dehnert 153339c5be first draft of policy iteration using DDs 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 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
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 8 years ago
Philipp Berger 822ae6be40 Fixes 9 years ago
Philipp Berger da69e8d9b7 Cherry-picked changes. 9 years ago
dehnert 1f460cd8fa made move of top-level dir for some remaining files, fixed some includes 9 years ago
Mavo 7e620e9549 Link sylvan with gmp 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 68b14b3076 Moved BDD functionality in Sylvan to sylvan_bdd_int.h to allow reuse. 9 years ago
dehnert 8b29ab079c fixed some bugs in custom cudd functions 9 years ago
PBerger 73a3461650 Fixed CUDD and Sylvan existsRepresentative. 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 4fff7b39ef Added template instanziation for storm::RationalFunction. 9 years ago
PBerger 0717ffe053 Added AND_EXISTS to sylvan+RationalFunction 9 years ago
PBerger 9eee889539 Added missing parameter to #ifdef - its gettings late. 9 years ago
PBerger 867de852ab Added the conditional debug output in the wrapper to the tracked code. 9 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 9 years ago
PBerger bc7e533d6b Some debug, 9 years ago
PBerger 6ced56a0cc More ptr fixes. 9 years ago
PBerger 1345f018fc Fixed some issues with pointers. 9 years ago
PBerger 9e90f41608 Implemented functions for BDD -> ADD conversion and some helpers. 9 years ago
PBerger 157c9f4f5a Reverted MINONE change. 9 years ago
PBerger c4b7d778f3 Add MINONE macro back into lace.h 9 years ago
PBerger fb4bfd724d Reverted lace.h back to find the regression. 9 years ago
PBerger ca65cecbfd Fixed a few of Sylvans nasty habits. 9 years ago
PBerger e0647f34eb Added missing template instantiation. 9 years ago
PBerger c8262a3022 Added function for retrieving the ID of the custom leaves. 9 years ago
PBerger a73c48880c Initial commit. 9 years ago
PBerger d80423b760 Fixed the stupid array with size zero warning in Sylvan/Lace. 9 years ago
dehnert 818760e0ad removed sylvan version from resources 9 years ago
dehnert 86c233f3df fixed bug in sylvan 9 years ago
dehnert 2ea5fd7418 fix in sylvan, minor changes to cmake list 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 b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 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