14 Commits (199b6576a991a82813ad24015ef94a7f0a3f44c4)

Author SHA1 Message Date
masawei 15d13bc06d Refactored the AutoParser. 12 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 12 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 12 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
dehnert 07fbff7a07 Started refactoring bit vector class. 12 years ago
dehnert 344e1b6dd3 Enabled checking of some untimed properties on Markov automata. 12 years ago
masawei af0601c453 Made several changes. 12 years ago
masawei e3e02ecce2 Made counterexample generation output usable. 12 years ago
masawei ee1c1eb9b6 First implementation of the BitVector to Dtmc subsystem converter in Dtmc.h 12 years ago
masawei 1b2bb9c138 Set up command flow for subsystem generation. Results seem correct on the first look. 12 years ago
masawei b55932b212 Adapted subsystem generation to the use of the new subsystem checking method using bit vectors. 12 years ago
masawei 4dca7abd3f Implementaed methods for checking until formula by providing the left and right states instead of the whole formula (same with bounded Until) in the SparseDtmcPrctlModelChecker, analouge to the SparseMdpPrctlModelChecker. 12 years ago
masawei 4d161e5e8e Began with integration of crit. subsystem generation into master. 12 years ago