dehnert
|
9e5e1980dd
|
first working version of symbolic Markov automaton bisimulation
|
7 years ago |
dehnert
|
cd34e3d67e
|
fixed issue in rational search preventing convergence in many cases
|
8 years ago |
TimQu
|
68ec4ca0ce
|
Various fixes for the case STORM_USE_CLN_EA=ON
|
8 years ago |
dehnert
|
da02237769
|
work towards symbolic rational search
|
8 years ago |
dehnert
|
6e8465e9f1
|
started on symbolic rational search
|
8 years ago |
dehnert
|
d2a493a92d
|
fixed several crucial bugs related to dd bisimulation, tests now passing
|
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
|
8 years ago |
dehnert
|
2e8ff870ff
|
completed interface of (sylvan) ADDs for storing rational functions
|
8 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)
|
8 years ago |
dehnert
|
ad18fee1dc
|
commit to switch workplace
|
9 years ago |
dehnert
|
33cdee94dc
|
let's fill them hashtables (I mean there were there anyway, so we could as well use 'em)
|
9 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
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
|
f45b7f9171
|
fixed some bugs and started on quantitative refinement
Former-commit-id: 31259ad299
|
9 years ago |
PBerger
|
da199866e6
|
Added tests for minAbstractRepresentative.
Everything still in early alpha. Expect Debug output.
Former-commit-id: 2712fce4dd
|
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
|
24667fffc4
|
added cudd functions for equal/less/less_equal/greater/greater_equal that directly return a BDD instead of an ADD
Former-commit-id: 448b5e2f7c
|
9 years ago |
hbruintjes
|
ebe6775b27
|
Fix missing ValueType template arguments (which defaulted to double)
Former-commit-id: a97910eaf9
|
9 years ago |
dehnert
|
211994bff9
|
removed debug output
Former-commit-id: 915be7778b
|
9 years ago |
dehnert
|
40aea6c929
|
replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi)
Former-commit-id: 9af49d5b19
|
9 years ago |
dehnert
|
dd0813b8c4
|
cudd3 now working, but tests segfaulting
Former-commit-id: 9742e4e75e
|
9 years ago |
dehnert
|
97d9ecccbb
|
started making cudd3 work
Former-commit-id: bc791536bb
|
9 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
|
36a6e9e76e
|
more work on sylvan ODD-related stuff
Former-commit-id: 142f57620a
|
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
|
472851508c
|
changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct
Former-commit-id: 64bf8b0704
|
10 years ago |
dehnert
|
8194454621
|
more work on making sylvan mtbdds work
Former-commit-id: 98454b0ff4
|
10 years ago |
dehnert
|
cb58b79e24
|
moved cudd's c++ objects to a separate namespace in an attempt to make cudd and sylvan coexist without name clashes
Former-commit-id: 425381c8e8
|
10 years ago |
dehnert
|
d25bd3a32f
|
added 'empty' framework for sylvan-based implementation of DD abstraction layer
Former-commit-id: c0f781a515
|
10 years ago |
dehnert
|
a258d1ab48
|
restructured ODD to be independent of the DD library being used
Former-commit-id: 83f08ba203
|
10 years ago |
dehnert
|
19029cd905
|
functional tests compile and run again, yay!
Former-commit-id: 60d3ce16b9
|
10 years ago |
dehnert
|
960ef4ff65
|
same shit, different day
Former-commit-id: 495b9fd952
|
10 years ago |
dehnert
|
231c3ec060
|
started lifting toVector, etc. from the internal classes to the general superclasses
Former-commit-id: 0501487b22
|
10 years ago |
dehnert
|
f7c26fd4b1
|
more modifications needed for refactoring of DD stuff
Former-commit-id: b7b7f52231
|
10 years ago |
dehnert
|
8bf0f3c87e
|
apparently, changing the DD interface implies some other changes as well...
Former-commit-id: c5cedc720f
|
10 years ago |
dehnert
|
7fa7381047
|
trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm
Former-commit-id: 80a6634565
|
10 years ago |
dehnert
|
eb1619153e
|
same same
Former-commit-id: 8a5597ca6f
|
10 years ago |
David_Korzeniewski
|
ea2e616196
|
All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows.
Former-commit-id: 68cafa6f84
|
10 years ago |
PBerger
|
d5828043de
|
Added first signs of the CUDA Extension for Storm.
Former-commit-id: b02385cd82
|
11 years ago |