70 Commits (ebb0a30cc668f451a2941756a6e2b00c5962f286)

Author SHA1 Message Date
Sebastian Junges d271824461 prepare to initialize but not make settings known, not yet fully functioning 9 years ago
dehnert 8cdbf281fa make minmax solvers use policy iteration when --exact is set and no other method was explicitly set 9 years ago
TimQu 25843ee53b added setting 'lramethod' 9 years ago
TimQu 77c0cdc0e3 added minmax method 'linearprogramming' 9 years ago
dehnert bda9a797e8 fixed some issues in CUDD (fixes provided by Fabio Somenzi) 9 years ago
dehnert 29855e2853 added option to display information about exploration progress to both jit and explicit builder 9 years ago
TimQu 6621cb814c new argument validator: doubleRangeValidatorIncluding 9 years ago
dehnert 3bcdc1b579 allowing to read transient variables in guards of edges in JIT-based JANI model builder and making the optimization level an option 9 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 9 years ago
TimQu 49713eea72 Added new MinMaxMethod: 'acyclic' which potentially increases performance on acyclic mdps 9 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 9 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago
Sebastian Junges 18798f7950 An existing file is also writable 9 years ago
TimQu aa4d2141c3 build infrastructure for switching between multi objective model checking methods 9 years ago
Sebastian Junges 291f5ecd47 First version of Jani-to-Dot. 10 years ago
Sebastian Junges 6c8d2a31fc Better error messages when something is wrong with the argument given. 10 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 10 years ago
TimQu 7f74f19342 exact pla 10 years ago
TimQu 08ccef885a pla minor cli improvements.. 10 years ago
TimQu 2dc976f9f9 beautified cli 10 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 10 years ago
Matthias Volk 36854d4636 Framework for DRN parser 10 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 10 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 10 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 10 years ago
sjunges 8fc0033bb2 fix dft-to-gspn regarding properties, now compiles again, and changed settings: Properties are now in IOSettings (should not change usage) 10 years ago
dehnert b4685f36d4 reverted increasing CUDD precision by default 10 years ago
dehnert 2801f1604b improved symbolic linear equation solving (via Jacobi) a bit 10 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 10 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 10 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 10 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 10 years ago
dehnert 61157cc1c5 add warning when computing minimal rewards on MDPs that reward values may be too low 10 years ago
dehnert 33759ed246 beautified help message printing. all requirements and default values are now printed automatically for all options 10 years ago
dehnert 49597fca86 reworked argument validators for settings 10 years ago
dehnert 05203792f2 fixed a couple of warnings 10 years ago
dehnert 208938b0a1 changed sylvan behaviour to take auto-detected number of threads if no thread count was set 10 years ago
dehnert 16f3b06f53 added decomposition to JANI abstractor, fixed wrong assertion 10 years ago
dehnert 45f0f1057a fixed a bug in quantitative computation, removed debug output 10 years ago
Sebastian Junges 5c900e4e14 stats for gspn 10 years ago
dehnert b9688346cc command decomposition working. fixed some bugs, possibly introduced more, currently debugging 10 years ago
Sebastian Junges 88e17d423a updated dft->gspn->jani workflow 10 years ago
dehnert b0b1f8911e fixed abstraction by considering related predicates for all sources. started on command decomposition 10 years ago
dehnert be4e21d1b3 first version of jani menu-game abstraction 10 years ago
dehnert f4146c821a more value-reuse 10 years ago
dehnert 19fd72cfb6 optimized reuse of qualitative values 10 years ago
dehnert 25db0d4d55 changed some default options 10 years ago
dehnert dfc685369e enabled different invalid block detection strategies 10 years ago
dehnert 9f71721c21 added option to choose pivot based on most probable path and weighted deviation 10 years ago
dehnert 77fc21d53e fixes here and there 10 years ago