734 Commits (ce5ca9d1ced4ecfdc5b77ce00ecc05c914c81164)

Author SHA1 Message Date
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 9 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 9 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 9 years ago
Mavo 5109c45c23 Fixed returning result for pCTMC 9 years ago
dehnert f342ce3287 translation from expressions involving the power operator to rational functions/rational numbers is now possible 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
sjunges ba81925c1d renamed smt2smtsolver to smtlibsmtsolver and cleaned make files 9 years ago
sjunges b6465020a2 towards working tests in pla 9 years ago
sjunges ba1f6bf3d5 jani property stub 9 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
sjunges 051ad702a7 solvers updated, constants updated 9 years ago
sjunges 31228486d3 towards merging, including a extension on the pstateeliminator, come back after generalizing the lra eliminator 9 years ago
sjunges 444318e624 refactoring up to tests done 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
sjunges 85f29ee744 Typo in diagnostic ignored fixed 9 years ago
sjunges 9398cfa54a gcc pendantic warning switched off 9 years ago
hbruintjes 4e4bc255b5 Fix some typos in l3pp usage 9 years ago
hbruintjes d9cb1a79f8 Replace cout macros with l3pp 9 years ago
sjunges 4f1b8f12f0 Extra method 9 years ago
hbruintjes 8546786e17 Fix missing template argument in builder utility 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 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 9 years ago
dehnert d661454179 started working on instantiating CTMC model checker to rational numbers 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 07c787b49d added unsupported solvers of eigen 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 9 years ago
dehnert b30db17f8c added rvalue reference overload to all linear equation solver factories 9 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 9 years ago
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
dehnert 99b9f11d49 removed eigen-3.2.6 9 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) 9 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert d3de111b3b more work to enable storm to use rational arithmetic 9 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 9 years ago
dehnert 4e14ecb869 made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions 9 years ago
dehnert 35bb3a3c26 renamed elimination settings 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
dehnert 023325b53d added tests for Eigen solver 9 years ago
dehnert bb700457de some minor fixes 9 years ago
dehnert c88e540a1a fixed bug in graph preprocessing algorithms that support a maximal number of steps 9 years ago
dehnert 4063d88913 added option to build all labels/reward models for next-state generators 9 years ago
dehnert d35c99e844 renamed central model builder function 9 years ago
dehnert 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 9 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 9 years ago