12 Commits (6c5f6b5d5e8616a08bb6419539c663da68734ea6)

Author SHA1 Message Date
sjunges 9201c6420a Removes identity assignments 11 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 11 years ago
dehnert 8c1870eb54 Intermediate commit. 11 years ago
dehnert 3260a6203c Started improving performance of explicit model generation. 11 years ago
dehnert 92d550be12 More and more refactoring. 11 years ago
dehnert cc625a2e00 Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 12 years ago
dehnert a642ba6e72 Started adapting dependent classes to new PRISM classes. 12 years ago
dehnert 199b6576a9 Added ternary operator. Parsing standard PRISM models into the PRISM classes now works. Included tests for parsing stuff. ToDo: add remaining semantic checks for parsing/PRISM classes and fix explicit model adapter. 12 years ago
dehnert f6587b424d Further work on PrismParser and the related PRISM classes... 12 years ago
dehnert cc0c327668 Removed superfluous grammars and started working on making one PRISM grammar to rule them all. 12 years ago
dehnert 0110758e3e Further work on adapting classes that store a PRISM program to the new expressions. Commit to switch workplace. 12 years ago
dehnert 6e1241211b Started moving IR and adjusting it to the new expression classes. 12 years ago
dehnert e24c64e41e Refinement work on backward implications. 12 years ago
dehnert f7a578e65d Major change in PRISM grammars and IR: the IR now uses unique pointers instead of shared pointers to express ownership of objects more clearly. 13 years ago
dehnert 129fd296d6 Several fixes. MinimalLabelSetGenerator can now treat labeled values. 13 years ago
dehnert 947581dd25 Refactored and fixed bugs in explicit model adapter. Added support for labeling of choices of a model. The explicit model adapter uses that functionality to label each choice with the involved PRISM commands. 13 years ago
dehnert 7b8b1ebd4f Further refactoring of IR classes. 13 years ago
dehnert 22ddf9c5be On my way of cleaning up Gereon's mess. :P 13 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 13 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 13 years ago
gereon 152bcd2f20 Porting Program datastructures to use shared_ptr (at least for the moment...) 13 years ago
gereon e55fca3836 Implemented module renaming. 13 years ago
gereon 03ca1e880d Renamed commandName to actionName, added getter for actionName 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
dehnert 50f891b9f2 Removed some unnecessary boost stuff from IR expressions. Separated header and source file for all non-expression IR entities (expressions are still to come). Added comments for these classes. 13 years ago
dehnert a82c8b3153 Moved implementation of PrismParser completely to source file. Fixed some minor things in IR classes. 13 years ago
dehnert f52201466c Parsing labels works now. 13 years ago
dehnert f7194a416d Cleaned IR classes a bit and made attributes private. Changed grammar rules accordingly. 13 years ago
dehnert b381321653 Added more classes to IR. Extended PRISM-format parser. 13 years ago