115 Commits (deaaa91c37a54ab99c57ec626918538ea66ac3f8)

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
Mavo 5109c45c23 Fixed returning result for pCTMC 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 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
hbruintjes 8546786e17 Fix missing template argument in builder utility 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 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 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 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 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
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago
sjunges 4df9984b87 added bare minimum for parser calls 9 years ago
Mavo c8521f0de3 Changed more assert to STORM_LOG_ASSERT 9 years ago
Mavo 5eaa46c7de More refactoring 9 years ago
Mavo 2243b02845 cout -> LOG 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 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 ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
dehnert fff7b2d5db fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced 10 years ago
sjunges 4a1f7468f5 param result file now has a semicolon between parameters 10 years ago
TimQu da0dafe5be ModelInstantiator!!!!11 10 years ago
sjunges 102602dea2 some refactoring 10 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 10 years ago
Mavo d60afed273 MA model checking can be called now for doubles 10 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 10 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 10 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 10 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 10 years ago