PBerger
cce8391e44
Refactored everything to match naming scheme.
13 years ago
gereon
e802942be2
fixing memory leaks. only log4cplus left...
13 years ago
Lanchid
bc698ffd20
Implemented probabilistic operator without specified bounds, including
check method in the model checker.
Also, the check methods for other the probabilistic operators are now in
the base class (as they do not depend on the library).
13 years ago
dehnert
08ad2fe2f3
Fixed non-convergence of Eigen solver (for crowds examples) by correctly invoking solveWithGuess instead of solve.
13 years ago
gereon
8aca56ea5b
fixing warning: unused variable pr
13 years ago
PBerger
b50d906ae3
Added missing EigenDtmcPrctlModelChecker.h
Refactored solver to use iterative deepening for convergence :P
13 years ago
Lanchid
645ebe8b9e
Changed functions of GmmxxDtmcPrctlModelChecker to fit to the changed
interface.
13 years ago
Lanchid
1c088c1ca6
Added a probabilistic operator class that checks whether the probability
that the path formula holds is equal to one single number, instead of
comparing it to a lower and upper bound.
13 years ago
gereon
54e52b5ab7
dtmc.h -> Dtmc.h
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