728 Commits (1f5439e270fda649a63f6be8f4fdf75cad829eda)

Author SHA1 Message Date
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 11 years ago
dehnert 53b77e673b Fixed a minor issue. 11 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 11 years ago
dehnert caf8b57b60 Started integrating parametric model checking in regular tool. 11 years ago
dehnert 56ea5fca14 Included move-construction and move-assignment for partition. 11 years ago
David_Korzeniewski e41922347d Adapted ExpressionTest.cpp to weird behavior of windows when using temporary shared_ptr in make_pair in initializer_list. 11 years ago
David_Korzeniewski 07ddaa314c User declared move constructor and move assignment, as they are currently required to ensure pointer validity. 11 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 11 years ago
dehnert 4f9b5406fe Fixed simplification of unary expressions. 11 years ago
dehnert 0a59f7a7ef Fixed a bug that sometimes prevented transition rewards from being built. 11 years ago
dehnert 8bc646ccb8 Simplification of program when substituting constants. 11 years ago
dehnert 5e3eab8058 Fixed another bug 11 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 11 years ago
dehnert 2dae5862c8 Small fix to bisimulation options. 11 years ago
dehnert ed4f1bb7cf Added the possibility to build the bisimulation options from a formula in the sense that it automatically picks suitable settings for the formula. 11 years ago
dehnert 4952306092 Worked on making bisimulation decomposition a bit easier to use. 11 years ago
David_Korzeniewski 3748905bcf Fixes and test refactoring for TopologicalValueIterationMdpPrctlModelChecker 11 years ago
dehnert 8f7e21c108 Small hack that prevents creating atomic propositions like 'true'. This will be solved differently in master soon. 11 years ago
David_Korzeniewski ee4c961cc9 fixes for compile errors. target "storm" builds without errors 11 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 11 years ago
David_Korzeniewski ab36c5fb0d Workarounds for more Windows quirks. Compiles but tests crash. 11 years ago
David_Korzeniewski 7da35af0bb Some compile errors on Windows fixed, some still persist. 11 years ago
dehnert 92aa2607a0 The labels of the models are now only built if no property was given or the given property contains the label. 11 years ago
dehnert ee7b591db1 Some work on cli. 11 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 11 years ago
dehnert 01d7bce205 Fixed some test. 11 years ago
David_Korzeniewski 447285d6dd Fixed merge error 11 years ago
dehnert 01bd1fbc76 Model building works again for parametric systems. 11 years ago
dehnert 12e6fac968 Started making generation of parametric models work again. 11 years ago
dehnert 2bd0e2e377 Improved performance of explicit model generation a bit. 11 years ago
dehnert 91e177028d Started refactoring explicit model generator of PRISM models 11 years ago
dehnert 4758ef73ec Fixed an issue that gcc has problems with. 11 years ago
dehnert 5e37c09fc0 Fixed some bugs. 11 years ago
dehnert 231d2223a9 Model building works again (more or less) 11 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 11 years ago
dehnert 26e9eac934 Added another convenience operation to bit vector class. 11 years ago
dehnert 827839e7fd Changed internal representation of bit vector slightly, adjusted all operations. New bit vector operation runs fine now. 11 years ago
dehnert 43d77e0adc Wrote tests for the new necessary bit vector operations (they fail, because the bit vector is organized in a weird way and needs to be restructured.) 11 years ago
dehnert 30f78b0a99 Intermediate commit. Started improving explicit model adapter performance. 11 years ago
dehnert aaefe7dfa5 Fixed some tests/parser. 11 years ago
dehnert 53196f5610 Created bit vector hash map and some necessary bit vector methods. 11 years ago
dehnert f5f2a2dd4c Added expression evaluation (header-only) library exprtk and a corresponding evaluator class. 11 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 11 years ago
dehnert 3260a6203c Started improving performance of explicit model generation. 11 years ago
dehnert b77772b242 Fixed some minor issues. 11 years ago
dehnert 780ddd9694 Improved simplify a bit. 11 years ago
dehnert 650770148d Main now compiles again, yay. 11 years ago
dehnert b37e009168 Further steps to new expressions. 11 years ago