Matthias Volk
2658a02604
Fixed compiler warnings for unused lambda captures
7 years ago
dehnert
2a209d18e1
fixing some bisimulation issues
7 years ago
dehnert
ea02ea0838
started overhaul of cli/api
8 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
cb97da887c
went from deque to vector-based representation of splitter queue in bisimulation
Former-commit-id: 7047192641
9 years ago
Mavo
d1d77ff4df
Changed deque to vector in bisimulation to gain performance boost
Former-commit-id: 5db8e917b4
9 years ago
dehnert
29f0f66689
reworked getUniqueRewardModel a little
Former-commit-id: b0a3677c1a
[formerly a2124b3363
]
Former-commit-id: c76a56a168
9 years ago
Mavo
566cef0f91
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
9 years ago
PBerger
67244869db
src/storage/BitVector: Replaced constant 1 unsigned long long with cast to decltype. This fixes a template resolvation error in std::max.
src/storage/bisimulation/NondeterministicModelBisimulationDecomposition.cpp: Replaced "auto state = 0" with decltype declaration. This solves an issue where state is always signed, but should be unsigned.
src/storage/dft/DFTBuilder.cpp: Added a static_cast to enforce proper conversion to size_t and silence the signed/unsigned comparison warning.
Former-commit-id: 7a1a4c1f45
9 years ago
dehnert
f3fa90cc37
more work towards exact solving
Former-commit-id: 38edbcf2ca
9 years ago
sjunges
ad01dfa611
refactored bisimulation a bit (mainly the entry point as well as hidden some options)
Former-commit-id: 5405a14930
10 years ago
dehnert
1d49bc6dd0
extracting the bisimulation quotient for MDPs; tests for MDP bisimulation
Former-commit-id: 5613c653ba
10 years ago
dehnert
b31d98909b
Explicit MDP bisim working but unfortunately slow :(
Former-commit-id: 6714bdbd61
10 years ago
dehnert
7156a63b0f
tried different approach for bisim for MDPs
Former-commit-id: 92d56a4620
10 years ago
dehnert
c2a0bd5ab0
initial outline of strong MDP bisimulation
Former-commit-id: 06452543ea
10 years ago