41 Commits (ecc1a8035841fc707d946c506109d4867ecda179)

Author SHA1 Message Date
dehnert ecc1a80358 added conversion from PRISM to JANI. Added simplistic tests for that. 9 years ago
dehnert 1df8a5c7cc parallel composition (full, restricted, interleaving) for PRISM appears to work, added some more sanity checks for parallel composition 9 years ago
dehnert ebb47aaa13 working on making model composition in PRISM work again 9 years ago
dehnert 9db10e7849 added all composition operators of PRISM 9 years ago
dehnert 81b4fa6b9b added composition specification to PRISM program 9 years ago
dehnert c2b287a1e1 more work on learning approach 9 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 9 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 9 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges ee0e34146f build command index to action name mapping 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
sjunges 9a0e42babb static analysis for global variables 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert 8c1870eb54 Intermediate commit. 10 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. 10 years ago
dehnert ee7b591db1 Some work on cli. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 10 years ago
dehnert 92d550be12 More and more refactoring. 10 years ago
dehnert 08959a6a32 Intermediate commit. 11 years ago
dehnert a7bce9e520 Removed debug output and fixed the reward issue a bit more. 11 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 11 years ago
dehnert c76e0e8d4d Added class for initial construct of PRISM programs (to capture position information). Added more validity checks for programs and tests for them (not all though). 11 years ago
dehnert 83f9832e2d Added type check visitor to validate types of identifiers in expressions. Started writing validation method on PRISM program class. 11 years ago
dehnert cc625a2e00 Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
dehnert 7667933caf First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
dehnert d9345b19e9 Further work on adapting explicit model generator to new PRISM classes. 11 years ago
dehnert a642ba6e72 Started adapting dependent classes to new PRISM classes. 11 years ago
dehnert f6587b424d Further work on PrismParser and the related PRISM classes... 11 years ago
dehnert e67eb05309 Changed internal data structures of PRISM classes slightly. Added classs for certain ingredients that were represented as primitives before. 11 years ago
dehnert 7610bc8e76 Started reducing the complexity in the PRISM grammar. 11 years ago
dehnert cc0c327668 Removed superfluous grammars and started working on making one PRISM grammar to rule them all. 11 years ago
dehnert d87c79d0f6 Added implies/iff to expression classes. Finished reworking PRISM classes. 11 years ago
dehnert d88876d0cd PRISM classes almost adapted to new expression classes. TODO: source file of PRISM program. 11 years ago
dehnert 6e1241211b Started moving IR and adjusting it to the new expression classes. 11 years ago