14 Commits (2d41de479e174a4f955de7c90e7d0592f04e51bf)

Author SHA1 Message Date
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 9 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 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 2471036df4 more work on jit-thing: transitioning to proper handling of synchronizing edges 9 years ago
sjunges 1557983f8b Jani Export settings and code 9 years ago
sjunges 507952df4e register smt2lib settings 9 years ago
dehnert 2d05555967 added abstraction settings and menu game abstractor 9 years ago
sjunges 4e0f4e8e5a add region settings 9 years ago
sjunges b826ac92ac updated setting modules to new interface 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 35bb3a3c26 renamed elimination settings 9 years ago
dehnert 023325b53d added tests for Eigen solver 9 years ago
TimQu d5f1e6d5e7 multi objective settings 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 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 a63d004fb8 storm-dft is using settings now 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo f48d8bc6b1 Initialize all modules in tests and normal storm 9 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
Mavo f529a1315f Settings module do not need settings manager 9 years ago
Mavo 37596d575a Settings always initialized now 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 10 years ago
sjunges ebdd979d2c settings: checks after config file, added finalize 10 years ago
sjunges 93a0f7f8bb settings: checks after config file, added finalize 10 years ago
TimQu d377e6b289 Minor improvements everywhere. Also implemented some tests 10 years ago
dehnert d7490a74cb properties can now be given as string or file. both ways accept multiple formulas 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
TimQu ccfb452f53 no hardcoded regions anymore 10 years ago
TimQu 52a8c324a5 make storm compile when carl is not available 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 11 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago
sjunges cafcb3f238 version info extended and moved to cpp, added options flag (although unclear what exactly should be displayed then) 11 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 11 years ago