11 Commits (4acb4fefdcf2e96f590ab86689b5ddca9c787344)

Author SHA1 Message Date
Sebastian Junges 18383f5220 several fixes in dft->gspn->jani code path: Most notably, mas are closed, successor nodes failed places keep intact and tb property is added 9 years ago
Sebastian Junges 88e17d423a updated dft->gspn->jani workflow 10 years ago
dehnert df7da86bd7 flattening JANI models appears to be working, started adding tests 10 years ago
dehnert 5d24a190ab some refactoring for menu games 10 years ago
sjunges 84dff41287 fixed several gcc warnings 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 ae8a963c33 added some debug output to JaniNextStateGenerator 10 years ago
dehnert 9f40400b56 work on making jit-builder ready for exact arithmetic and parametric models 10 years ago
TimQu f09e97d1e7 fixed tests, removed old files 10 years ago
dehnert b579978938 cleaned up jit model builder, added options, added doctor procedure, prepared Markov automata 10 years ago
dehnert eaf422689b terminal states now supported by jit-based builder 10 years ago
dehnert 71f2e83bc0 completed moving from monolithic generation to callback-based approach. added building labels to jit-based model builder, added support for options of other builders (selection of labels, reward models, etc) 10 years ago
dehnert 1c1120ef66 more work on jit-based builder 10 years ago
dehnert 9de219a6b9 more work on jit-based model builder 10 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 10 years ago
sjunges 3626c044d3 several improvements towards jani-property support 10 years ago
sjunges 236a2be0d3 pretty printing of rational functions, rewards in the drn format, option for full build 10 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 10 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 10 years ago
TimQu e1aca37c86 some minor tweaks plus polling example 10 years ago
Mavo 5109c45c23 Fixed returning result for pCTMC 10 years ago
dehnert 2d05555967 added abstraction settings and menu game abstractor 10 years ago
sjunges ba1f6bf3d5 jani property stub 10 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 10 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 10 years ago
sjunges 444318e624 refactoring up to tests done 10 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
sjunges 5faebdff86 constants in header 10 years ago
hbruintjes 8546786e17 Fix missing template argument in builder utility 10 years ago
TimQu 4496b53002 merge fixes 10 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 10 years ago
TimQu fbb7e12ff5 first steps towards MAs 10 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 10 years ago
dehnert d661454179 started working on instantiating CTMC model checker to rational numbers 10 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 10 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 10 years ago
dehnert 99b9f11d49 removed eigen-3.2.6 10 years ago
dehnert 852afd1718 fixed crowds models to work with exact arithmetic. fixed dynamic state priority queue implementation. added setting to use dedicated elimination-based model checker instead of regular model checker (+ elimination solver) 10 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
dehnert d3de111b3b more work to enable storm to use rational arithmetic 10 years ago
dehnert 4063d88913 added option to build all labels/reward models for next-state generators 10 years ago
dehnert d35c99e844 renamed central model builder function 10 years ago
dehnert 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 10 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 10 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 10 years ago
TimQu fc24c55960 some preprocessing for multi-objective formulas 10 years ago