dehnert
|
2d05555967
|
added abstraction settings and menu game abstractor
Former-commit-id: 4cac25ac94
|
9 years ago |
dehnert
|
4733643bcf
|
made the games compile again
Former-commit-id: 35f3ab9471
|
9 years ago |
hbruintjes
|
8ef899ef1c
|
Fix log file name argument
Former-commit-id: c13b4ca3ad
|
9 years ago |
hbruintjes
|
ffe325b196
|
Fix unitialized data in coresettings
Former-commit-id: 7c0dac26ba
|
9 years ago |
hbruintjes
|
a2140141a3
|
Fix virtual destructor
Former-commit-id: ff3ee6cafa
|
9 years ago |
hbruintjes
|
556b8e8726
|
Return reference to settings module, not a copy
Former-commit-id: 0a5befee57
|
9 years ago |
dehnert
|
61a8b9bb29
|
more work on solvers
Former-commit-id: 14fad8ac36
|
9 years ago |
dehnert
|
9ab33528b4
|
started to fill value iteration implementation in new general min-max solver
Former-commit-id: e54cb8a0f9
|
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
Former-commit-id: c1895472c7
|
9 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
9 years ago |
dehnert
|
07c787b49d
|
added unsupported solvers of eigen
Former-commit-id: e11b335c2d
|
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)
Former-commit-id: 1b0802ff05
|
9 years ago |
dehnert
|
8f12b3b8c4
|
added option 'exact' (in addition to parametric)
Former-commit-id: ccc026a44d
|
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
Former-commit-id: e5622bd981
|
9 years ago |
dehnert
|
35bb3a3c26
|
renamed elimination settings
Former-commit-id: 5155d0a465
|
9 years ago |
dehnert
|
023325b53d
|
added tests for Eigen solver
Former-commit-id: ede9efcee2
|
9 years ago |
dehnert
|
e9835a4772
|
corrected some options
Former-commit-id: 2e768b4cb8
|
9 years ago |
dehnert
|
60bbce0ba1
|
added two tests for exploration engine
Former-commit-id: 960393b229
|
9 years ago |
dehnert
|
313edf44e1
|
added new uniform heuristic and changed probdiff to be the sum instead of product
Former-commit-id: 6fcb9ad80b
|
9 years ago |
dehnert
|
db3d1df863
|
added a sh*t ton of debug output, didn't help
Former-commit-id: a1bf88c024
|
9 years ago |
dehnert
|
1424d536ca
|
renamed learning to exploration engine and started on a minor refactoring
Former-commit-id: 0fa973dfe5
|
9 years ago |
dehnert
|
07e97e1977
|
added some statistics and options
Former-commit-id: 1b6a9c20f6
|
9 years ago |
dehnert
|
6d421a6fbe
|
learning seems to work find on first larger example
Former-commit-id: 706981a362
|
9 years ago |
dehnert
|
f1105aac2a
|
EC-detection appears to work now
Former-commit-id: 0bb1369b3e
|
9 years ago |
dehnert
|
ce91fa7d5b
|
started to work on local EC-detection
Former-commit-id: 0f36a1bf78
|
9 years ago |
Mavo
|
3f06a51869
|
Added test setting for quick activation/deactivation of test feature
Former-commit-id: a7bbfabcbe
|
9 years ago |
Mavo
|
a63d004fb8
|
storm-dft is using settings now
Former-commit-id: 65a1456651
|
10 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
10 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
10 years ago |
Mavo
|
f48d8bc6b1
|
Initialize all modules in tests and normal storm
Former-commit-id: 249a702d66
|
10 years ago |
Mavo
|
8241df3b0b
|
First step towards settings for multiple binaries
Former-commit-id: 028599d43d
|
10 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
10 years ago |
Mavo
|
f529a1315f
|
Settings module do not need settings manager
Former-commit-id: b26ccc902d
|
10 years ago |
dehnert
|
bb7d8ca3c5
|
added learning as new engine selection in options
Former-commit-id: e00c7ad75d
|
10 years ago |
TimQu
|
f285858e28
|
added required includes
Former-commit-id: c523950b43
|
10 years ago |
dehnert
|
c45812c66a
|
made bfs the default exploration order again
Former-commit-id: 6476c48a67
|
10 years ago |
Mavo
|
37a86d8190
|
Compile fixes for gcc
Former-commit-id: cb1b187ef8
|
10 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
10 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
10 years ago |
dehnert
|
756ac1cad7
|
added timeout and memout flags. memout is, however, not supported by Mac OS
Former-commit-id: fc067d906c
|
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
Former-commit-id: 7a4bb8e18c
|
10 years ago |
Mavo
|
37596d575a
|
Settings always initialized now
Former-commit-id: 10764fa8b9
|
10 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
10 years ago |
dehnert
|
fc41c3a6dd
|
some more work on other elimination orders
Former-commit-id: a8ff636ad0
|
10 years ago |
dehnert
|
dd5af80d5a
|
work towards easier deployment of other ordering heuristics
Former-commit-id: f48dff3630
|
10 years ago |
dehnert
|
abacfdd28d
|
added sylvan settings. made sylvan available from the cli
Former-commit-id: 3d2403de90
|
10 years ago |
dehnert
|
b88165f27c
|
fixed the warnings related to our macros
Former-commit-id: 526b6ea956
|
10 years ago |
sjunges
|
86155a5a87
|
extra option for export of a matrix
Former-commit-id: 1ea9046438
|
10 years ago |
dehnert
|
c624b19427
|
added no-cuts option. prob1 tests for game now passing.
Former-commit-id: 3806747948
|
10 years ago |
sjunges
|
3a17477713
|
change engine in options...(preliminary)
Former-commit-id: 56e05ef08c
|
10 years ago |