462 Commits (4e6d334f9b70a9864be0340c6567315f9933bcbb)

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