TimQu
|
ca1bcebc71
|
Added an option that enforces updating both bounds in interval iteration
|
7 years ago |
TimQu
|
5f831d156f
|
forceBounds option for native solver
|
7 years ago |
TimQu
|
b42aa5f473
|
initial implementation for quick and sound vi for DTMCs
|
7 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
8 years ago |
dehnert
|
e557a8e069
|
started on EC elimination for hybrid engine
|
8 years ago |
TimQu
|
96f45fe77a
|
fixed missing return statements
|
8 years ago |
dehnert
|
df05711f3e
|
finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver
|
8 years ago |
TimQu
|
4afaca7f84
|
fixed missing return statements
|
8 years ago |
dehnert
|
d25cc4b05f
|
first version of sound value iteration
|
8 years ago |
dehnert
|
ec61e110f2
|
introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation
|
8 years ago |
dehnert
|
8e8fc34c30
|
fixed some TBB-related issues and added power method for linear equation systems
|
8 years ago |
dehnert
|
5440d164b2
|
started on Walker-Chae algorithm
|
8 years ago |
dehnert
|
653e5fc184
|
setting default native technique to jacobi again
|
8 years ago |
dehnert
|
f5ba5204c9
|
adding some debug functionality to DdManager to corner dynamic reordering issue with CUDD
|
8 years ago |
dehnert
|
33759ed246
|
beautified help message printing. all requirements and default values are now printed automatically for all options
|
8 years ago |
dehnert
|
49597fca86
|
reworked argument validators for settings
|
8 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
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
9 years ago |
Mavo
|
f529a1315f
|
Settings module do not need settings manager
Former-commit-id: b26ccc902d
|
9 years ago |
sjunges
|
faf31156e0
|
fix for last changes + is probabilistic
Former-commit-id: 38df3f515f
|
10 years ago |
dehnert
|
fbd05cd780
|
more and more bugfixes
Former-commit-id: 7f1ba98797
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
1e5398c8b7
|
LRA finally working for ctmcs
Former-commit-id: 699e4714a4
|
10 years ago |
dehnert
|
1f1b60e6de
|
Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive.
Former-commit-id: 18c1687958
|
11 years ago |
dehnert
|
e49814d391
|
Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch.
Former-commit-id: 89d94f7957
|
11 years ago |
dehnert
|
7e56e0d8f7
|
Added feature to also show help for a given option name.
Former-commit-id: 4a2a37a874
|
11 years ago |
dehnert
|
a995d7dd4a
|
The tests now run fine with the new option system.
Former-commit-id: 6d6c510131
|
11 years ago |
dehnert
|
266d660d89
|
Added functions responsible for printing the help. Started adapting the tests to the new option system.
Former-commit-id: 0407d8223e
|
11 years ago |
dehnert
|
1cd01e3f28
|
Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present).
Former-commit-id: 01a33e479d
|
11 years ago |
dehnert
|
acdced1fee
|
Will this ever end?
Former-commit-id: fbe20506cd
|
11 years ago |
dehnert
|
9547f3a91a
|
Further refactoring of option system.
Former-commit-id: 350ac4c654
|
11 years ago |
dehnert
|
ff50fbe12d
|
Further refactoring of settings classes.
Former-commit-id: ed79d0fa4a
|
11 years ago |