220 Commits (bf7a86b650427ba29d64387e461d6537ffb74b94)

Author SHA1 Message Date
gereon 860a775c18 Actually skip modules that do not have commands with current label. 12 years ago
gereon b7a1e90579 Variables were counted in two places (VariableState and ExplicitAdapter). 12 years ago
gereon ac313cb997 Removed debug output, fixed DoubleExpressionGrammar 12 years ago
gereon 014ecd8597 Fixed some glitches, producing meaningful error if sum of probabilities for a command is not one 12 years ago
gereon dffe274f64 Fixed error in MDP builder: swapped number of columns and rows. 12 years ago
gereon 9613d099bb Removed shared_ptr for module, program and rewardmodel objects. 12 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 12 years ago
gereon d03f8eeb9d Added checks, if we actually have a model before accessing it... 12 years ago
gereon 152bcd2f20 Porting Program datastructures to use shared_ptr (at least for the moment...) 12 years ago
gereon e4129c37d9 fixed two bugs in ExplicitModelAdapter. 12 years ago
gereon 5c25116a24 First version of ExplicitModelAdapter that supports transition rewards. 12 years ago
gereon 75ce91082a Forgot to commit actual cpp file... 12 years ago
gereon 5f64fd168b Cleaned up structure of ExplicitModelAdapter. 12 years ago
gereon 5976c9e81d More work for ExplicitModelAdapter 12 years ago
gereon 84993d24f8 Add documentation for ExplicitModelAdapter. 12 years ago
gereon dfd601e126 fixed memory leak in addLabeledTransition and removed now obsolete functions. 12 years ago
gereon 52225ecf9c Fixes to buildInitialStates. 12 years ago
gereon 772c03c070 Added routine to create all initial states. 12 years ago
gereon 018e7ce056 some minor fixes. 12 years ago
gereon 17d57e742a Added code for labeled transitions. 12 years ago
gereon 3464ef20c5 next chunk of code for new ExplicitModelAdapter. 12 years ago
gereon 6d0d7e21c5 First chunk of code for new ExplicitModelAdapter. 12 years ago
PBerger 06d78967df Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 12 years ago
PBerger b2c0cfc57c Added a conversion routine GmmXX -> Storm Sparse Matrix 12 years ago
gereon 8f4f39d510 closed last memory leak... 12 years ago
gereon 34ca097eb3 fixed another more memory leak. One still missing... 12 years ago
gereon 58cf018371 Implemented synchronization in ExplicitModelChecker::buildMatrix(). 12 years ago
gereon c33d319ac3 some minor fixes, now with less memory errors :) 12 years ago
gereon de268ec3e8 Forgot to remove a *... 12 years ago
gereon e69c9db266 Implemented synchronization within computeReachableStateSpace. 12 years ago
dehnert db01eb92d9 Splitted explicit model adapter into several logical functions. 12 years ago
dehnert 34aff4cbd9 Added constructor for ExplicitModelAdapter class. 12 years ago
dehnert 777aa3a914 Intermediate commit to switch workplace. 12 years ago
dehnert 5f57cbb12a Now able to build the BDD for the die example, including the reachability analysis! Booyah 12 years ago
dehnert 4d813999e3 Backup commit. On my way of buidling appropriate BDDs. 12 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. 12 years ago
dehnert edd3a9a20e Added possibility to evaluate expressions without concrete variables. Fixed some minor things in CUDD Makefiles. Renamed IR adapter. 12 years ago
dehnert a17c99902b The PRISM parser can now parse DTMC models that do not use synchronization. 12 years ago
dehnert 756cbd4ed1 Fixed some bugs in GmmxxAdapter and added row-vector product to sparse matrix. 12 years ago
PBerger 4bb76d0268 Added EigenAdapter and a Test for the Adapter. 12 years ago
PBerger ad3922ec18 Fixed a bug in the GmmAdapter with non-square matrices being truncated. 12 years ago
PBerger 9e416b69e5 The GmmxxAdapter converts to a Row-Major Matrix, not column-major. 12 years ago
dehnert aba470960f Intermediate commit to test code under linux. 12 years ago
dehnert c19418b871 Intermediate commit to switch workplace. 12 years ago
dehnert d414b93bad Added some functionality to IR. Introduced case distinction for boolean/integer assignments in updates. Started writing an IR adapter. 12 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 12 years ago
PBerger 36e2f5f15b Refactored SparseMatrix, made references const. 12 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 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 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. 12 years ago