192 Commits (66dc10632271ad808c364daea3a3d9ba5e358ec8)

Author SHA1 Message Date
sjunges 1557983f8b Jani Export settings and code 9 years ago
sjunges 6f0a26e593 JaniExportSettings 9 years ago
sjunges 5485abe1ef Added pgcl to jani option in the settings 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 9 years ago
sjunges 0f6a741276 pgcl 9 years ago
dehnert e43dfc2784 removed unused setting 9 years ago
sjunges fa9e33da59 option for print timings 9 years ago
sjunges ba81925c1d renamed smt2smtsolver to smtlibsmtsolver and cleaned make files 9 years ago
sjunges 507952df4e register smt2lib settings 9 years ago
sjunges 4e0f4e8e5a add region settings 9 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 9 years ago
sjunges b826ac92ac updated setting modules to new interface 9 years ago
hbruintjes 8ef899ef1c Fix log file name argument 9 years ago
hbruintjes ffe325b196 Fix unitialized data in coresettings 9 years ago
hbruintjes a2140141a3 Fix virtual destructor 9 years ago
hbruintjes 556b8e8726 Return reference to settings module, not a copy 9 years ago
dehnert 61a8b9bb29 more work on solvers 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 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 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 07c787b49d added unsupported solvers of eigen 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 8f12b3b8c4 added option 'exact' (in addition to parametric) 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 023325b53d added tests for Eigen solver 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
dehnert 313edf44e1 added new uniform heuristic and changed probdiff to be the sum instead of product 9 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert 07e97e1977 added some statistics and options 9 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 9 years ago
dehnert f1105aac2a EC-detection appears to work now 9 years ago
dehnert ce91fa7d5b started to work on local EC-detection 9 years ago
Mavo 3f06a51869 Added test setting for quick activation/deactivation of test feature 9 years ago
Mavo a63d004fb8 storm-dft is using settings now 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo f48d8bc6b1 Initialize all modules in tests and normal storm 9 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
Mavo f529a1315f Settings module do not need settings manager 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
TimQu f285858e28 added required includes 9 years ago
dehnert c45812c66a made bfs the default exploration order again 9 years ago
Mavo 37a86d8190 Compile fixes for gcc 9 years ago
dehnert ffe63ea95d made dfs as exploration order available 9 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 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