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
|
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
|
8a47d03cf7
|
Started to rework the interface of the sparse matrix class.
Former-commit-id: 6ae2699da6
|
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
|
0a89d65f93
|
Started refactoring Markov automaton model checker.
Former-commit-id: c4278de4f0
|
12 years ago |
dehnert
|
36543de851
|
Started trying to implement a more clean iterator solution for sparse matrix.
Former-commit-id: 2173972b82
|
12 years ago |
dehnert
|
7e74bfbff2
|
Fixed bug in creation of scheduler, but there is still one really obvious one. Added small MDP example.
Former-commit-id: e2b5aba6d5
|
12 years ago |
dehnert
|
abf6f85b63
|
Intermediate commit to switch workplace.
Former-commit-id: 11932e19d7
|
12 years ago |
dehnert
|
e7601eb7b7
|
Included scheduler generation in model checking procedure for MDPs.
|
12 years ago |
dehnert
|
a619303a1a
|
Removed unnecessary command line utilities.
|
12 years ago |
dehnert
|
64b883f695
|
Some cleanup in storm.cpp. Refactored and commented the utility module for vector operations.
|
12 years ago |
PBerger
|
cce8391e44
|
Refactored everything to match naming scheme.
|
13 years ago |
dehnert
|
cbe162ab84
|
Fixed some copy-paste errors.
|
13 years ago |
PBerger
|
1f36724cc2
|
Refactored StringOutput to use std::to_string
Fixed Reference/Pointer bugs in all formulas.
Implemented EigenDtmcPrctlModelChecker
Replaced uses of int32 with 64bits
|
13 years ago |
dehnert
|
27ba61ff74
|
Fixed minor bugs here and there. Improved gmm++-based model checker.
|
13 years ago |
dehnert
|
80b53bea18
|
Added more example files. Removed deletes at end of main() as these pointers are deleted by the DTMC class already. Small refactoring of GraphAnalyzer according to new guidelines. Added vector utility functions to set elements of vectors. Added conversion routine from our sparse matrix format to gmm++ format. Fixed some bugs in sparse matrix class. Added prototypical implementation of GmmxxDtmcPrctlModelChecker.
|
13 years ago |