TimQu
|
ba95065ce3
|
Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly
Former-commit-id: c21911b56a
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
eb5d4100a6
|
Renamed Nondeterminstic equation solver as this name is more than misleading.
Former-commit-id: 7f08ed130c
|
10 years ago |
dehnert
|
d545fac471
|
Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers.
Former-commit-id: 9c727f41f9
|
10 years ago |
dehnert
|
12743e0a7e
|
Moved from additional row grouping to the one embedded in the matrix itself.
Former-commit-id: 9d7a1fff10
|
11 years ago |
PBerger
|
57b6208eee
|
Added a pseudo model which can be constructed from only a matrix to look and behave like a model for use in Decomposition classes
Former-commit-id: f8fdc5a9b6
|
11 years ago |
dehnert
|
8ebd924ca6
|
Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface.
Former-commit-id: 25b7a22bcc
|
12 years ago |
dehnert
|
588a4b60b6
|
Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both.
Former-commit-id: 0abb11828a
|
12 years ago |
dehnert
|
79730379e4
|
Started refactoring the linear equation system solvers.
Former-commit-id: 72d647fd42
|
12 years ago |
dehnert
|
72531bcebb
|
Added proper TBB multi-threading to all operation relevant to model checking MDPs.
Former-commit-id: dcb4bde1d3
|
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
|
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
|
b3601782a9
|
Added Lp Solver class for glpk and added it as an option in CMakeLists.txt.
Former-commit-id: e5c5215a29
|
12 years ago |
dehnert
|
0a89d65f93
|
Started refactoring Markov automaton model checker.
Former-commit-id: c4278de4f0
|
12 years ago |
dehnert
|
18711c01a3
|
First working version of time-bounded reachability for Markov automata.
Former-commit-id: 6501cbfca4
|
12 years ago |
PBerger
|
e69c9f1962
|
Added all options from StoRM
Rewrote all calls to the Settings instance with the new Syntax
Implemented new ArgumentValidators.h
Former-commit-id: b4ab63f8f2
|
12 years ago |
dehnert
|
7095f8e67f
|
Fixed a lot of issues introduced by refactoring.
Former-commit-id: c3a5177008
|
12 years ago |
dehnert
|
abf6f85b63
|
Intermediate commit to switch workplace.
Former-commit-id: 11932e19d7
|
12 years ago |