156 Commits (b3c2d8bbd8b04961e35c9cecc629908c3f5a4c78)

Author SHA1 Message Date
TimQu 4afaca7f84 fixed missing return statements 9 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 9 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 9 years ago
TimQu fcd277c42a added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format 9 years ago
dehnert d25cc4b05f first version of sound value iteration 9 years ago
dehnert ec61e110f2 introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 9 years ago
dehnert 8e8fc34c30 fixed some TBB-related issues and added power method for linear equation systems 9 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 9 years ago
dehnert 5440d164b2 started on Walker-Chae algorithm 9 years ago
dehnert d27954622a slightly changed handling of gauss-seidel invocations in linear equation solver 9 years ago
dehnert 00f88ed452 gauss-seidel-style value iteration 9 years ago
dehnert 4c5cdfeafc Sparse MDP helper now also respects solver requirements for reachability rewards 9 years ago
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
dehnert 653e5fc184 setting default native technique to jacobi again 9 years ago
dehnert b25ef3f09c introduced symbolic bisimulation modes lazy and eager, fixed bug in sparse quotient extraction 9 years ago
TimQu 25843ee53b added setting 'lramethod' 9 years ago
TimQu 77c0cdc0e3 added minmax method 'linearprogramming' 9 years ago
dehnert f1ca2853f7 fixed some typo and added some documentation 9 years ago
dehnert f5ba5204c9 adding some debug functionality to DdManager to corner dynamic reordering issue with CUDD 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
dehnert f0f4cd7390 first version of sparse quotient extraction for dd bisimulation 9 years ago
dehnert 7f346d2f0b more work on quotient extraction 9 years ago
Sebastian Junges 18798f7950 An existing file is also writable 9 years ago
dehnert 8f42bd2ec0 moved to new sparsepp version and made the appropriate changes 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. 9 years ago
Sebastian Junges 6c8d2a31fc Better error messages when something is wrong with the argument given. 9 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
TimQu 7f74f19342 exact pla 9 years ago
TimQu 08ccef885a pla minor cli improvements.. 9 years ago
TimQu 2dc976f9f9 beautified cli 9 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 9 years ago
Matthias Volk 36854d4636 Framework for DRN parser 9 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 9 years ago
TimQu 7dfc43c828 implemented more functionality for NativePolytopes, added functions to consider exact numbers in z3LPsolver 9 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 9 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) 9 years ago
dehnert b4685f36d4 reverted increasing CUDD precision by default 9 years ago
dehnert 2801f1604b improved symbolic linear equation solving (via Jacobi) a bit 9 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 9 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 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 9 years ago