297 Commits (9cf488b249a99d6935cc9470ed132e2fd7435744)

Author SHA1 Message Date
dehnert d5919f2fdf Removed unnecessary lines. 13 years ago
dehnert eeddadc096 The columns of non-zero elements of a single row in a sparse matrix can now be iterated using an iterator. These iterator functionality is now used by the computation of the backwards transitions. 13 years ago
dehnert 3c5dbb8483 Changed all indexing to 0-bound. From now on, the available states always start with 0 and end with the state with the highest index used. 13 years ago
dehnert 12e6a945df Included new (smaller) test model. Bugfixes and improvements to BackwardTransitions class. Removed performance test code from main() function in favor for creating a simple DTMC from the input parameters. 13 years ago
dehnert bd594e2fae Added backwards transitions class. Small refactorings. Had to comment out some parts in utility.cpp and read_tra_file_test.cpp because they do not compile and seem to not be compliant with the current version in the repository. 13 years ago
dehnert 107ea1e498 Fixed minor typo in comment. 13 years ago
dehnert b7618fd91a Refactoring of labeling classes. 13 years ago
dehnert 44fbef62bd Added capability to compute model size in bytes and corresponding functions in several classes. Added model info output to DTMC class. Added atomic proposition information output to atomic propositions labeling class. 13 years ago
dehnert 0ec2369459 Added support for 1-based indices for atomic proposition labeling. Fixed some whitespace typos. 13 years ago
dehnert c33dfac505 Renamed classes for atomic proposition labeling storage. 13 years ago
dehnert 88101ef238 Fixed comment typo. 13 years ago
dehnert b7eaeab11f Renamed dtmc folder to models, corrected namespace in contained classes and fixed includes in affected files. 13 years ago