29 Commits (0863b8beba08b73103de9c6e5e685168caddd975)

Author SHA1 Message Date
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
TimQu 1a18ea3aec fixed the case where a maximal end componend decomposition is requested for an empty subsystem 9 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 9 years ago
dehnert e4a5c1d0d6 more work on EC detection (again0 9 years ago
Mavo e4c2702889 Fixed problem in MaximalEndComponents 9 years ago
dehnert dc2735b6ff moved some template parameters from class scope to function scope 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
dehnert 09f3778afd Removed debug output. 11 years ago
dehnert 51becda4b3 Commit to switch workplace. 11 years ago
dehnert 0e87ccac9d Tried to pave the way for generic blocks for decompositions, but I don't know whether this is the way to go. 11 years ago
dehnert db232fe39b Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 11 years ago
dehnert f79329bd9d Fixed SCC decomposition. Added functional tests for SCC decomposition. 11 years ago
dehnert e80bb0caa5 Added functional tests for MEC decomposition. 11 years ago
dehnert f32853b6aa Beautified remaining storage classes a bit. 11 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 11 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 11 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 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 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 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 5a9d778a23 First version of MEC decomposition for nondeterministic models. 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