164 Commits (73a3461650650cc8ef457f200c0bcc1fe2377d4a)

Author SHA1 Message Date
dehnert 2d05555967 added abstraction settings and menu game abstractor 9 years ago
dehnert 4733643bcf made the games compile again 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 e9835a4772 corrected some options 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 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
Mavo f48d8bc6b1 Initialize all modules in tests and normal storm 10 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 10 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
Mavo f529a1315f Settings module do not need settings manager 10 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 10 years ago
TimQu f285858e28 added required includes 10 years ago
dehnert c45812c66a made bfs the default exploration order again 10 years ago
Mavo 37a86d8190 Compile fixes for gcc 10 years ago
dehnert ffe63ea95d made dfs as exploration order available 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert 756ac1cad7 added timeout and memout flags. memout is, however, not supported by Mac OS 10 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 10 years ago
Mavo 37596d575a Settings always initialized now 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert fc41c3a6dd some more work on other elimination orders 10 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 10 years ago
dehnert b88165f27c fixed the warnings related to our macros 10 years ago
sjunges 86155a5a87 extra option for export of a matrix 10 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 10 years ago
sjunges 3a17477713 change engine in options...(preliminary) 10 years ago