Tim Quatmann
|
ab93422fa0
|
Changed default dd library from `cudd` to `sylvan` (cf. Github issue #71)
|
5 years ago |
Tim Quatmann
|
53db0b1f22
|
Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model.
|
5 years ago |
Tim Quatmann
|
d36cd93ae8
|
CLI: Split parsing and preprocessing of symbolic input into two steps.
Moved engine related methods and declaration to a separate file.
|
5 years ago |
Matthias Volk
|
9a5a6d72c6
|
Moved some cex code into counterexample module
|
6 years ago |
Matthias Volk
|
6a77ce210a
|
Moved setting nofixdl to build settings
|
6 years ago |
TimQu
|
0a02fecd6b
|
settings/modules: Flagged several options as advanced.
|
6 years ago |
Tim Quatmann
|
3a11a4b3eb
|
Introducing a TBB adapter that #undefs TRUE and FALSE.
|
6 years ago |
TimQu
|
e6fc962e5e
|
In exact mode, use LP as LRA Method for nondeterministic models.
|
7 years ago |
dehnert
|
a7caf709ae
|
default to topological equation solver
|
7 years ago |
dehnert
|
c4bed85dc4
|
switching to native linear equation solver by default and power iteration
|
7 years ago |
dehnert
|
21c970f8f7
|
added dd-to-sparse engine that builds the model as a DD and then transforms the whole model to a sparse representation
|
7 years ago |
TimQu
|
f89236100b
|
Added topological linear equation solver
|
8 years ago |
dehnert
|
bf727a28fd
|
remove debug output and choose sylvan automatically in exact mode
|
8 years ago |
dehnert
|
c5134c364f
|
Extraction and update of TBB-parallelized stuff
|
8 years ago |
TimQu
|
c7b83ffb5f
|
moved parameter lifting related code out of the main library/executable
|
8 years ago |
TimQu
|
2dc976f9f9
|
beautified cli
|
8 years ago |
TimQu
|
14e44e0165
|
removed old region model checker classes, implemented entry point for pla, solved different compilation issues
|
8 years ago |
TimQu
|
7dfc43c828
|
implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver
|
8 years ago |
dehnert
|
33759ed246
|
beautified help message printing. all requirements and default values are now printed automatically for all options
|
9 years ago |
dehnert
|
49597fca86
|
reworked argument validators for settings
|
9 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
dehnert
|
e43dfc2784
|
removed unused setting
Former-commit-id: 18a91c2acb
|
9 years ago |
hbruintjes
|
ffe325b196
|
Fix unitialized data in coresettings
Former-commit-id: 7c0dac26ba
|
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
|
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
|
023325b53d
|
added tests for Eigen solver
Former-commit-id: ede9efcee2
|
9 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
f529a1315f
|
Settings module do not need settings manager
Former-commit-id: b26ccc902d
|
9 years ago |
dehnert
|
bb7d8ca3c5
|
added learning as new engine selection in options
Former-commit-id: e00c7ad75d
|
9 years ago |
dehnert
|
c45812c66a
|
made bfs the default exploration order again
Former-commit-id: 6476c48a67
|
9 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
9 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 |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
10 years ago |
dehnert
|
abacfdd28d
|
added sylvan settings. made sylvan available from the cli
Former-commit-id: 3d2403de90
|
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 |
chris
|
a216b5a9d9
|
added support for parsing choice labels for explicit MDPs
Former-commit-id: 89bb1817b4
|
10 years ago |
dehnert
|
d7490a74cb
|
properties can now be given as string or file. both ways accept multiple formulas
Former-commit-id: 60acecb951
|
10 years ago |
sjunges
|
faf31156e0
|
fix for last changes + is probabilistic
Former-commit-id: 38df3f515f
|
10 years ago |
dehnert
|
dbc7d860a4
|
functional tests compile again, started to debug changes
Former-commit-id: efef0e6487
|
10 years ago |
dehnert
|
6133c3462a
|
symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs
Former-commit-id: 1fae8bcf12
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
9d5c3e7e2f
|
added functionality to flatten the modules of a PRISM program into one module
Former-commit-id: 04faac9c67
|
10 years ago |