Sebastian Junges
|
d295f6e777
|
export of bdds into dot and text format
|
6 years ago |
dehnert
|
c6a5d5a74d
|
started on refining menu games based on explicit results
|
8 years ago |
dehnert
|
edbe3b1952
|
more work on explicit game solving
|
8 years ago |
dehnert
|
cedae194e3
|
towards labeling generation in dd to sparse conversion
|
8 years ago |
dehnert
|
733bec60bd
|
started on hybrid solution of abstraction
|
8 years ago |
dehnert
|
27d6e48dad
|
workaround for quotient extraction using the original variables
|
8 years ago |
dehnert
|
10f8ddc343
|
started on quotient extraction using the original variables, debugging CUDD...
|
8 years ago |
dehnert
|
cd34e3d67e
|
fixed issue in rational search preventing convergence in many cases
|
8 years ago |
dehnert
|
4d7770aea6
|
fixed issue in hybrid reachability reward computation that caused empty row groups
|
8 years ago |
dehnert
|
da02237769
|
work towards symbolic rational search
|
8 years ago |
dehnert
|
6e8465e9f1
|
started on symbolic rational search
|
8 years ago |
dehnert
|
55c787e0d8
|
proper EC elimination in hybrid helper
|
8 years ago |
dehnert
|
694e6ba240
|
EC elimination for Pmax for hybrid MDP model checker
|
8 years ago |
dehnert
|
d2a493a92d
|
fixed several crucial bugs related to dd bisimulation, tests now passing
|
8 years ago |
dehnert
|
2441d9b8d7
|
removed conversion operator for Bdd
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
dehnert
|
7f346d2f0b
|
more work on quotient extraction
|
8 years ago |
dehnert
|
8f42bd2ec0
|
moved to new sparsepp version and made the appropriate changes
|
8 years ago |
dehnert
|
03ad4c2783
|
first version of symbolic bisimulation minimization
|
8 years ago |
dehnert
|
952776a057
|
hybrid engine working for rational numbers
|
9 years ago |
dehnert
|
aaa6f13cf4
|
separated rational numbers and rational functions and added support for rational numbers to sylvan
|
9 years ago |
dehnert
|
2e8ff870ff
|
completed interface of (sylvan) ADDs for storing rational functions
|
9 years ago |
dehnert
|
1a803f4270
|
created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines)
|
9 years ago |
dehnert
|
ad18fee1dc
|
commit to switch workplace
|
9 years ago |
dehnert
|
d76d34e3f9
|
optimized ADD::toMatrix to avoid a duplicate operation
|
9 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
9 years ago |
Philipp Berger
|
da69e8d9b7
|
Cherry-picked changes.
|
9 years ago |
dehnert
|
bf5018b858
|
post-merge fixes
|
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 |
PBerger
|
c9f2eef826
|
Added functionality for replacing leaves in SRF MTBDDs.
Former-commit-id: d7af779036
|
9 years ago |
PBerger
|
68b14b3076
|
Moved BDD functionality in Sylvan to sylvan_bdd_int.h to allow reuse.
Added min/maxExistsRepresentative API to storage/dd/Add.
Former-commit-id: 45ff98b35a
|
9 years ago |
dehnert
|
bde84d0073
|
fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet.
Former-commit-id: 6189a1e538
|
9 years ago |
dehnert
|
8b29ab079c
|
fixed some bugs in custom cudd functions
Former-commit-id: b73b894674
|
9 years ago |
dehnert
|
5fcc2e9e7e
|
created separate version of Cudd_addToBddApply to deal with negated edges in resulting BDDs
Former-commit-id: 8141cbddc2
|
9 years ago |
PBerger
|
9511ecc9e4
|
Fixed Copy&Paste Error.
Former-commit-id: 3b06dc0ba4
|
9 years ago |
PBerger
|
1eb3335f22
|
Mooooore template instances!
Former-commit-id: 6da42f16c5
|
9 years ago |
hbruintjes
|
ebe6775b27
|
Fix missing ValueType template arguments (which defaulted to double)
Former-commit-id: a97910eaf9
|
9 years ago |
dehnert
|
74ee726e35
|
fixed some typos
Former-commit-id: de3cd92c62
|
9 years ago |
dehnert
|
0b98412bb4
|
further work on making row-grouping optional
Former-commit-id: bae568660f
|
10 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
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
Former-commit-id: 720dc3a9c4
|
10 years ago |
dehnert
|
7f75db2790
|
ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working.
Former-commit-id: b11b2f7476
|
10 years ago |
dehnert
|
f2a01afbdf
|
ODD-based stuff working for Sylvan. Almost all tests passing
Former-commit-id: a6eef37d37
|
10 years ago |
dehnert
|
ebe9ccbb15
|
some work on DD stuff
Former-commit-id: 50ca51d264
|
10 years ago |
dehnert
|
fb4c103320
|
merged sylvan updates into the sylvan copy. made more tests work
Former-commit-id: 18023e03c2
|
10 years ago |
dehnert
|
10996b4ab5
|
more work on sylvan
Former-commit-id: c1bfcd83ee
|
10 years ago |
dehnert
|
31147a90d2
|
removed or and not operation on ADDs as they should conceptually be used on BDDs
Former-commit-id: 860ed79637
|
10 years ago |
dehnert
|
2c69232560
|
started cleaning ADD interface
Former-commit-id: f67fe7cf47
|
10 years ago |