79 Commits (2a7dc0fad0ac11562b83f66e59b4f7b16fc420b2)

Author SHA1 Message Date
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 9 years ago
sjunges 4a1f7468f5 param result file now has a semicolon between parameters 9 years ago
sjunges 102602dea2 some refactoring 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
Mavo d60afed273 MA model checking can be called now for doubles 9 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
sjunges bb408b2b29 parser returns non-const formulae now 9 years ago
sjunges d8191d8c6a const formulae 9 years ago
sjunges c2138a8f1d no, thou shall not check how stupid i've been here 9 years ago
sjunges 524f3aa0c2 perform bisim wrt single formula 9 years ago
sjunges 95c37244a2 reduced complexity of bisimulation and preprocess call 9 years ago
Mavo 0a1ebc2f73 Distinct error message for parametric model checking 9 years ago
sjunges ad01dfa611 refactored bisimulation a bit (mainly the entry point as well as hidden some options) 9 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 9 years ago
sjunges e4725aa4a1 Instead of returning the program, return the prepared formulas 9 years ago
sjunges e45ce6f293 replaced stdpair by struct for model,program pairs 9 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago