dehnert
|
f0b174b756
|
Fixed performance tests.
Former-commit-id: f58e2eb923
|
10 years ago |
dehnert
|
a1dae8849e
|
Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented.
Former-commit-id: d4e6df30b5
|
10 years ago |
dehnert
|
c3c83fbe4f
|
Fixed some compilation errors.
Former-commit-id: dc626450b8
|
10 years ago |
dehnert
|
56ea5fca14
|
Included move-construction and move-assignment for partition.
Former-commit-id: 8ed399c308
|
10 years ago |
David_Korzeniewski
|
07ddaa314c
|
User declared move constructor and move assignment, as they are currently required to ensure pointer validity.
Former-commit-id: 5e239c60cc
|
10 years ago |
dehnert
|
2dae5862c8
|
Small fix to bisimulation options.
Former-commit-id: 555c5ef697
|
11 years ago |
dehnert
|
ed4f1bb7cf
|
Added the possibility to build the bisimulation options from a formula in the sense that it automatically picks suitable settings for the formula.
Former-commit-id: 932c7d899a
|
11 years ago |
dehnert
|
4952306092
|
Worked on making bisimulation decomposition a bit easier to use.
Former-commit-id: 0fe6b2af6a
|
11 years ago |
dehnert
|
0bc685969d
|
Moved from call to list::size to counting member in bisimulation partition to avoid gcc's O(n) list::size.
Former-commit-id: aaae9886b7
|
11 years ago |
dehnert
|
7014d289e8
|
Fixed some issues related to bisimulation in the presence of state rewards.
Former-commit-id: 7f26a7bcf9
|
11 years ago |
dehnert
|
1b4d2a92db
|
Started working on making bisimulation work for models with (state-based) rewards.
Former-commit-id: b1029210f6
|
11 years ago |
dehnert
|
370a0ae476
|
Fixed some issues in bisimulation and added some tests.
Former-commit-id: 98801de9db
|
11 years ago |
dehnert
|
f3048d31c2
|
Small bugfix for bisimulation decomposition.
Former-commit-id: eae1447df4
|
11 years ago |
dehnert
|
e6904dcb21
|
Renamed bisimulation decomposition class to reflect that now also weak bisimulations can be computed.
Former-commit-id: 1a654b7110
|
11 years ago |
dehnert
|
7257bb23c3
|
Further work on weak bisimulation. Model checking can now be done from tne command line again.
Former-commit-id: 5f338260e6
|
11 years ago |
dehnert
|
391f3225e4
|
Added unparameterized NAND example. Further work on weak bisimulation.
Former-commit-id: 0936743f1e
|
11 years ago |
dehnert
|
56aec18a48
|
Added bisimulation settings. Further work on weak bisimulation.
Former-commit-id: c04759575a
|
11 years ago |
dehnert
|
97158ee72e
|
Started on weak bisimulation.
Former-commit-id: 595caab54e
|
11 years ago |
dehnert
|
08ac566db2
|
Corrected typedef. Clang and gcc should now also be fine under Linux.
Former-commit-id: 46f8d43d47
|
11 years ago |
dehnert
|
74351f9884
|
Switched from const_iterator to iterator in bisimulation to make stdlibc++ happy (libc++ is already happy, though).
Former-commit-id: 37fc55d0cf
|
11 years ago |
dehnert
|
3dfc6a7b74
|
Pimped bisimulation a bit.
Former-commit-id: a27ea8b996
|
11 years ago |
dehnert
|
d64279bb77
|
Stored iterators in bisimulation rather than const_iterators because of gcc. -.-
Former-commit-id: c26147ae60
|
11 years ago |
dehnert
|
1c091d7640
|
Renamed some classes to indicate that only strong bisimulation can be computed. Added option to start with an initial partition that preserves only certain formulas. Added ConstantsComparator concept that is to be used when constants have to be compared with other constants.
Former-commit-id: feacadfa38
|
11 years ago |
dehnert
|
01e4dd3367
|
Commit to switch workplace.
Former-commit-id: 7de1f8a1b1
|
11 years ago |
dehnert
|
0e0027aa8e
|
Further work on sparse bisimulation.
Former-commit-id: ba256b8b0a
|
11 years ago |
dehnert
|
404b12848e
|
More (and more) work on bisimulation minimization.
Former-commit-id: 946085c71b
|
11 years ago |
dehnert
|
8c64a1911c
|
Still bugs in bisimulation minimization.
Former-commit-id: b0a340f260
|
11 years ago |
dehnert
|
43bc81a5fb
|
New bisimulatin minimization works on tiny example.
Former-commit-id: 2d62985977
|
11 years ago |
dehnert
|
828e46ce87
|
Started working on a more clever way to do bisimulation minimization.
Former-commit-id: a2939ececb
|
11 years ago |