dehnert
|
a6841c0a4d
|
Removed reference to obsolete method.
Former-commit-id: b215303f56
|
11 years ago |
dehnert
|
12743e0a7e
|
Moved from additional row grouping to the one embedded in the matrix itself.
Former-commit-id: 9d7a1fff10
|
11 years ago |
dehnert
|
35d16a1191
|
Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation.
Former-commit-id: cb632bcfd4
|
12 years ago |
dehnert
|
cdc369b96a
|
Temporarily removed the detection of the repository version of TBB from CMakeLists.txt. Corrected TBB sparse matrix-vector multiplication. Added TBB parallel vector addition.
Former-commit-id: f90ae764c8
|
12 years ago |
dehnert
|
cf2b84b281
|
Further work on iterators for sparse matrix.
Former-commit-id: 8e78262161
|
12 years ago |
dehnert
|
a26f63be30
|
Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix.
Former-commit-id: 2c3b5a5bc3
|
12 years ago |
dehnert
|
84bd5f3b40
|
Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration.
Former-commit-id: 6d90ec961e
|
12 years ago |
dehnert
|
dce43d78e7
|
Started implementation of time-bounded reachability of Markov automata.
Former-commit-id: 512bb117a6
|
12 years ago |
dehnert
|
dabfb5e1dd
|
First working version of LRA computation for Markov automata.
Former-commit-id: d6c6870fd8
|
12 years ago |
dehnert
|
339b598694
|
Enabled computation of LRA for individual maximal end components. It remains to compute the overall LRA value using the values for the individual MECs.
Former-commit-id: 47eb90e62c
|
12 years ago |
dehnert
|
101c39f365
|
Added correct detection of states that possess infinite exptected time to reach a given goal set.
Former-commit-id: 4bc605d89d
|
12 years ago |
dehnert
|
daea775263
|
Now rates get correctly transformed to probabilities + exit rates for Markov automata.
Former-commit-id: bf5ccfa813
|
12 years ago |
dehnert
|
f1a9b1e602
|
First version of minimum expected time for Markov automata.
Former-commit-id: 6053be896e
|
12 years ago |
dehnert
|
2cbdf56267
|
Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly.
Former-commit-id: 51b6d7eb18
|
12 years ago |
dehnert
|
eca717759a
|
Added functionality to apply a scheduler to a Markov automaton.
Former-commit-id: 2121c61b09
|
12 years ago |
dehnert
|
d725a3f898
|
Removed bit vector for storing markovian choices of MA. From now on, the first choice of a hybrid/Markovian state is the Markovian one.
Former-commit-id: 6b646597dc
|
12 years ago |
dehnert
|
cebda374d1
|
Further step towards Markov automata parser.
Former-commit-id: 33e4634743
|
12 years ago |
dehnert
|
d43318afd8
|
Added first version of MarkovAutomaton class.
Former-commit-id: c211dd9bf4
|
12 years ago |