203 Commits (70a0e3f5471dc27980f30ae1aa8d73ae2422f5e0)

Author SHA1 Message Date
gereon 84993d24f8 Add documentation for ExplicitModelAdapter. 13 years ago
gereon dfd601e126 fixed memory leak in addLabeledTransition and removed now obsolete functions. 13 years ago
gereon 52225ecf9c Fixes to buildInitialStates. 13 years ago
gereon 772c03c070 Added routine to create all initial states. 13 years ago
gereon 018e7ce056 some minor fixes. 13 years ago
gereon 17d57e742a Added code for labeled transitions. 13 years ago
gereon 3464ef20c5 next chunk of code for new ExplicitModelAdapter. 13 years ago
gereon 6d0d7e21c5 First chunk of code for new ExplicitModelAdapter. 13 years ago
PBerger 06d78967df Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 13 years ago
PBerger b2c0cfc57c Added a conversion routine GmmXX -> Storm Sparse Matrix 13 years ago
gereon 8f4f39d510 closed last memory leak... 13 years ago
gereon 34ca097eb3 fixed another more memory leak. One still missing... 13 years ago
gereon 58cf018371 Implemented synchronization in ExplicitModelChecker::buildMatrix(). 13 years ago
gereon c33d319ac3 some minor fixes, now with less memory errors :) 13 years ago
gereon de268ec3e8 Forgot to remove a *... 13 years ago
gereon e69c9db266 Implemented synchronization within computeReachableStateSpace. 13 years ago
dehnert db01eb92d9 Splitted explicit model adapter into several logical functions. 13 years ago
dehnert 34aff4cbd9 Added constructor for ExplicitModelAdapter class. 13 years ago
dehnert 777aa3a914 Intermediate commit to switch workplace. 13 years ago
dehnert 5f57cbb12a Now able to build the BDD for the die example, including the reachability analysis! Booyah 13 years ago
dehnert 4d813999e3 Backup commit. On my way of buidling appropriate BDDs. 13 years ago
dehnert c4af78b859 Added singleton utility class for CUDD-based things. Added some first methods to expression classes to generate ADDs, but this should be moved to a separate class implementing the expression visitor pattern. 13 years ago
dehnert edd3a9a20e Added possibility to evaluate expressions without concrete variables. Fixed some minor things in CUDD Makefiles. Renamed IR adapter. 13 years ago
dehnert a17c99902b The PRISM parser can now parse DTMC models that do not use synchronization. 13 years ago
dehnert 756cbd4ed1 Fixed some bugs in GmmxxAdapter and added row-vector product to sparse matrix. 13 years ago
PBerger 4bb76d0268 Added EigenAdapter and a Test for the Adapter. 13 years ago
PBerger ad3922ec18 Fixed a bug in the GmmAdapter with non-square matrices being truncated. 13 years ago
PBerger 9e416b69e5 The GmmxxAdapter converts to a Row-Major Matrix, not column-major. 13 years ago
dehnert aba470960f Intermediate commit to test code under linux. 13 years ago
dehnert c19418b871 Intermediate commit to switch workplace. 13 years ago
dehnert d414b93bad Added some functionality to IR. Introduced case distinction for boolean/integer assignments in updates. Started writing an IR adapter. 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger 36e2f5f15b Refactored SparseMatrix, made references const. 13 years ago
PBerger b89db58fbb Made changes to all files that use the Sparse Matrix, as the diagonal entries are now included in the main storage. This refs #34 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert a9b6e92306 Added adapters folder and GmmxxAdapter that is a friend class of the matrix class and can convert the sparse matrix to the gmm++ format. Removed this conversion from the matrix class. 13 years ago