66 Commits (f419c3aac0fb4c1f0f6efe3c51aa5bfa55fbdd0c)

Author SHA1 Message Date
dehnert ce36601f7c fixed gmp dependency (lib), fixed parser to reject formulas that appear later in the PRISM file 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
dehnert c27580defc bugfix in flattening of modules 10 years ago
dehnert bf5018b858 post-merge fixes 10 years ago
Sebastian Junges d246517757 removed src prefix in all includes 10 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 10 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 10 years ago
dehnert c84254f665 another step, debugging in progress 10 years ago
dehnert 2471036df4 more work on jit-thing: transitioning to proper handling of synchronizing edges 10 years ago
dehnert 675b7bb207 added proper check for undefined constants when building explicit JANI models in non-parametric mode 10 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 10 years ago
dehnert c0d1628466 made Prism to JANI conversion compile again 10 years ago
dehnert 9a5d11a5e0 adding real variables to JANI models. started to encapsulate PRISM to JANI converter 10 years ago
dehnert 92932fced1 support for initial constructs in PRISM programs 10 years ago
dehnert 12ac3549da adapted relevant parts to new way of specifying initial values/restrictions 10 years ago
dehnert b405a67b54 removed RewardIncrement. fixed PRISM to JANI converter 10 years ago
dehnert bcb13a4fe1 moved deletion of commands (if guard becomes false) from Program::substitute to Program::simplify 10 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 10 years ago
dehnert 6d5f4dc9c9 fixed bug in detection whether parameters are only used in probabilities/rewards 10 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 10 years ago
dehnert b3e77730a9 added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers 10 years ago
dehnert 4f7eaa0a43 some more work towards abstraction refinement 10 years ago
dehnert 4733643bcf made the games compile again 10 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 10 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 10 years ago
dehnert 05fecb03b3 started on introducing multiple initial locations in JANI models 10 years ago
dehnert 000a8c2d77 more work on JANI next-state generator 10 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 10 years ago
dehnert 3919f90712 started debugging JANI MDP building 10 years ago
dehnert d84ae34cc6 re-enabled omitting unused variables from PRISM models when converting to JANI 10 years ago
dehnert 7750480714 JANI model builder for DTMCs working 10 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 10 years ago
dehnert adf8232896 more work and fixes for symbolic JANI builder 10 years ago
dehnert c4327e91a9 more work on symbolic JANI model builder 10 years ago
dehnert ecc1a80358 added conversion from PRISM to JANI. Added simplistic tests for that. 10 years ago
dehnert 7d03f0e4d0 improved error checking for custom parallel composition. added small tests. 10 years ago
dehnert bf65ef726c system composition in PRISM appears to be working 10 years ago
dehnert 1df8a5c7cc parallel composition (full, restricted, interleaving) for PRISM appears to work, added some more sanity checks for parallel composition 10 years ago
dehnert ebb47aaa13 working on making model composition in PRISM work again 10 years ago
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 10 years ago
dehnert 9db10e7849 added all composition operators of PRISM 10 years ago
dehnert 81b4fa6b9b added composition specification to PRISM program 10 years ago
dehnert c2b287a1e1 more work on learning approach 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
Mavo 67d77608bd Refactoring of settings 10 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