462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

Author SHA1 Message Date
dehnert 3185719fe5 fix for linking issue under linux, adding missing l3pp dependency l3pp_ext 8 years ago
dehnert 8204c03c0b fixed a ton of warnings 8 years ago
Sebastian Junges ccfb1a292c drn parser and exporter use reward names 8 years ago
dehnert 8f95032d34 not logging exceeding precision in Kwek-Mehlhorn 8 years ago
dehnert f2e581b3df rational search for symbolic linear equation solvers 8 years ago
TimQu 9901995280 Export of weight vector in the cdf 8 years ago
dehnert 6e8465e9f1 started on symbolic rational search 8 years ago
dehnert 55c787e0d8 proper EC elimination in hybrid helper 8 years ago
dehnert e557a8e069 started on EC elimination for hybrid engine 8 years ago
dehnert 58ca07584d rational search for native linear equation solver and several involved fixes 8 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 8 years ago
dehnert 0c8866203c tracking bugs, lots of debug output 8 years ago
dehnert afd2acd06b more work on Kwek-Mehlhorn approach 8 years ago
dehnert 254bc05e94 more work on RationalSearch 8 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
dehnert d8d3404b87 fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states 8 years ago
dehnert e7b6587170 minor fixes for new relative convergence test 8 years ago
dehnert e719a37c6c fixes related to relative termination criterion 8 years ago
dehnert cb849a9ab8 started on computing upper bounds for rewards for interval value iteration 8 years ago
dehnert df0b5fbfa5 fixed multiply-reduce operations in the presence of empty row groups 8 years ago
dehnert 8e8fc34c30 fixed some TBB-related issues and added power method for linear equation systems 8 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 8 years ago
dehnert 5440d164b2 started on Walker-Chae algorithm 8 years ago
dehnert 3c844a487f some more optimizations 8 years ago
dehnert 5fafe835cb started on some optimizations for conditionals in MDPs 8 years ago
dehnert 9bda631795 symbolic MDP helper respecting solver requirements 8 years ago
dehnert 7c24607427 started on symbolic solver requirements 8 years ago
dehnert a3cbaedcc1 intermediate commit to switch workplace 8 years ago
TimQu 76c01de25c use utility::vector::max_if to compute the maximum exit rate in an MA 8 years ago
dehnert 4adee85fa5 added checking requirements of MinMax solvers to model checker helpers 8 years ago
TimQu acd6c5e9be fix for toIntegralVector 8 years ago
TimQu 2d2cc95774 fixed issue #12 raised by Joachim Klein 8 years ago
sjunges 12c79ad6ea export choice labels 8 years ago
Sebastian Junges fb8dd88314 fixes in parsing, support for POMDPs in DRN 8 years ago
sjunges bbb4d16965 towards support for pomdps in storm 8 years ago
TimQu b3507b8f96 fixed 'toIntegralVector' method 8 years ago
dehnert d23547d99f started optimizing some DdManager methods 8 years ago
dehnert d0cf2ef57b update to version 1.4.0 of sylvan 8 years ago
TimQu 9ca14a54fc templated the LpSolvers 8 years ago
TimQu 5fdb03440d First version of LpMinMaxLinearEquationSolver 8 years ago
Matthias Volk 7330f1659e Set development flag for Storm version 8 years ago
Sebastian Junges 53a2723e0c storm pars result moved from storm to storm pars 8 years ago
TimQu 988b2a9af9 added functionality to split a rational vector into an integer vector and a rational factor 8 years ago
Sebastian Junges c46ce03e60 make storm compile with latest version of carl 8 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 8 years ago
TimQu b1f4dfd9d1 Fixed restoring the value of std::cout.fill() after setting it to '0' 8 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 8 years ago
TimQu ecf3c7e996 reverted renaming of LabelSetGenerators to CommandSetGenerators. Potentially, these generators work for arbitrary sets of labels, not just for sets of Prism commands. 8 years ago
TimQu dcd9319ba4 fixed a convertNumber instantiation 8 years ago