96 Commits (b405a67b547dd7c1e27cb869a2d45c057df9bed2)

Author SHA1 Message Date
dehnert b405a67b54 removed RewardIncrement. fixed PRISM to JANI converter 9 years ago
sjunges 035a50fce9 support for transient assignments in locations, changed assignment to jani::variable, notice that (already broken) prism-to-jani is disabled as long as we reshape jani code 9 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 9 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 9 years ago
dehnert 05fecb03b3 started on introducing multiple initial locations in JANI models 9 years ago
dehnert 000a8c2d77 more work on JANI next-state generator 9 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago
dehnert 3919f90712 started debugging JANI MDP building 9 years ago
dehnert d84ae34cc6 re-enabled omitting unused variables from PRISM models when converting to JANI 9 years ago
dehnert 7750480714 JANI model builder for DTMCs working 9 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 9 years ago
dehnert adf8232896 more work and fixes for symbolic JANI builder 9 years ago
dehnert c4327e91a9 more work on symbolic JANI model builder 9 years ago
dehnert ecc1a80358 added conversion from PRISM to JANI. Added simplistic tests for that. 9 years ago
dehnert 7d03f0e4d0 improved error checking for custom parallel composition. added small tests. 9 years ago
dehnert bf65ef726c system composition in PRISM appears to be working 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
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago
sjunges 4cc8442b77 Fixed warning about superfluous semicolon after a method def. 10 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert f72f556018 improved spirit error handling a bit 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges ee0e34146f build command index to action name mapping 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
sjunges 9201c6420a Removes identity assignments 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges 44e609ce86 merge fix 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 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 be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert da0582405d Raise warning/error if synchronizing Markovian commands are detected. 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 10 years ago