Sebastian Junges
|
debabb01bb
|
cmd line arguments for hinting on the number of states added
|
5 years ago |
Matthias Volk
|
3f717202cd
|
Fixed handling of optional arguments.
Missing an optional argument now throws an exception.
|
5 years ago |
Tim Quatmann
|
7017fc1ab0
|
Added LRA settings.
|
5 years ago |
Matthias Volk
|
6a77ce210a
|
Moved setting nofixdl to build settings
|
5 years ago |
Alexander Bork
|
5aa19c9a58
|
Added settings for non-Markovian state elimination
|
6 years ago |
TimQu
|
208854bf02
|
settings: Detect whether an option was set with or without the module prefix.
|
6 years ago |
TimQu
|
b6a5fcfd84
|
Settings: Do not hard-code executable name in help message.
|
6 years ago |
TimQu
|
8807bb5a0b
|
Settings: Added facilities to flag options as advanced and only display them with '--help all'.
|
6 years ago |
TimQu
|
777d6001a1
|
SettingsManager: Better error message when an option argument can not be parsed.
|
6 years ago |
Tim Quatmann
|
5d57746db2
|
If an option is unknown, Storm now prints a hint to similar option names.
|
6 years ago |
TimQu
|
fbb734fbe2
|
Fixed using settings without the 'general' module
|
7 years ago |
sjunges
|
6dfce6a405
|
extended counterexamples towards expected rewards, and moved counterexamples to a seperate lib (still in main cli) to slightly accelarate building times
|
7 years ago |
dehnert
|
de2e94cac7
|
polished unifplus code a bit and made it the default MA (bounded reachability) solution method
|
7 years ago |
TimQu
|
7e639b4328
|
multiplier settings and environment
|
7 years ago |
Matthias Volk
|
e951265839
|
Do not display help for hidden modules
|
7 years ago |
TimQu
|
5c911c6bc4
|
fixed capitalization
|
7 years ago |
TimQu
|
7d705240ce
|
introduced model checker settings
|
7 years ago |
TimQu
|
29b40899bf
|
Removed settings of old topologicalvalueiteration solver
|
7 years ago |
TimQu
|
304b8e32c6
|
introduced topological equation solver settings
|
7 years ago |
dehnert
|
a6046ab0b3
|
fixed some warnings and issues and introduce cli switch to select IMCA or UnifPlus
|
7 years ago |
sjunges
|
12dda40919
|
split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs
|
7 years ago |
Sebastian Junges
|
94a7cd1048
|
with some disabled setting-modules, do no longer crash in help
|
8 years ago |
dehnert
|
2d41de479e
|
added progress outputs to iterative solvers
|
8 years ago |
Sebastian Junges
|
d271824461
|
prepare to initialize but not make settings known, not yet fully functioning
|
8 years ago |
TimQu
|
c7b83ffb5f
|
moved parameter lifting related code out of the main library/executable
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
936293e318
|
Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver.
|
8 years ago |
TimQu
|
14e44e0165
|
removed old region model checker classes, implemented entry point for pla, solved different compilation issues
|
8 years ago |
Matthias Volk
|
5d79eff2cd
|
Wrapper for file opening
|
8 years ago |
dehnert
|
a85f4fdc89
|
replaced some StoRMs and Storms by storm, reworked version output a bit
|
8 years ago |
dehnert
|
64ddf12558
|
fixed two issues in jit builder: a) respect environment variable (instead of c++); b) casting integer variables to doubles when evaluating label expressions to avoid integer division
|
8 years ago |
dehnert
|
cb8b537baa
|
made storm compile again with expressions in time-bounds of until formula
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
8 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
8 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
8 years ago |
dehnert
|
2471036df4
|
more work on jit-thing: transitioning to proper handling of synchronizing edges
Former-commit-id: 3af1772192 [formerly 890c529dd1 ]
Former-commit-id: 818295a085
|
8 years ago |
sjunges
|
1557983f8b
|
Jani Export settings and code
Former-commit-id: ccd9955a99 [formerly 64edf38f14 ]
Former-commit-id: 0d3de2ad09
|
9 years ago |
sjunges
|
507952df4e
|
register smt2lib settings
Former-commit-id: 4da50b02bf
|
9 years ago |
dehnert
|
2d05555967
|
added abstraction settings and menu game abstractor
Former-commit-id: 4cac25ac94
|
9 years ago |
sjunges
|
4e0f4e8e5a
|
add region settings
Former-commit-id: 7f2680e126
|
9 years ago |
sjunges
|
b826ac92ac
|
updated setting modules to new interface
Former-commit-id: 2616fa8884
|
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
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
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 |
TimQu
|
d5f1e6d5e7
|
multi objective settings
Former-commit-id: d43af99080
|
9 years ago |
dehnert
|
1424d536ca
|
renamed learning to exploration engine and started on a minor refactoring
Former-commit-id: 0fa973dfe5
|
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
|
a63d004fb8
|
storm-dft is using settings now
Former-commit-id: 65a1456651
|
9 years ago |