14 Commits (41cb1a8227c92206b3f2732b300c2cf2c84568b9)

Author SHA1 Message Date
David_Korzeniewski 91125c3c6d Fixed build errors on Windows 12 years ago
dehnert 30322ec57d Now officially made the iterator over bit vectors an input iterator so that it can be used for constructing STL containers and other containers. 12 years ago
masawei 175e852956 Resolved problems resulting from merge. 12 years ago
dehnert 101c39f365 Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
dehnert f35ac73547 Splitted VectorSet in header/source file which caused certain minor changes in its interface. Fixed some issues in the Markov automaton parser and made it substantially faster by dropping sscanf. This however introduces other limitations that need to be addressed in the future. 12 years ago
dehnert b9130180ee Rough sketch of MEC decomposition. 12 years ago
dehnert f287b7e760 Further steps towards implementation of MEC decomposition. 12 years ago
dehnert 09f192b40f Refactored SCC-Decomposition design as a preparation step for computing maximal end components of Markov automata. 12 years ago
David_Korzeniewski 7c0dd5eaf5 Fixed build errors on Windows 12 years ago
dehnert 13d66a504f (Hopefully) Finally made cuts correct. Luckily, this even improves performance on some models. 12 years ago
dehnert a33717787c Bugfixes for new set class. 12 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 12 years ago