2211 Commits (77e086f446d78c98a3bae5d049fcbef8948f2dcc)
 

Author SHA1 Message Date
TimQu 77e086f446 small fix regarding the return type of computeValue 9 years ago
TimQu f72c30cdff First version of approximation model (with mdp intead of s2pg) 9 years ago
TimQu c94e9c25a6 Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps 9 years ago
TimQu 78bd4a041a Added Mdp class, sampling might work already (untested) 9 years ago
TimQu 70dd76c08b Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon) 9 years ago
TimQu 0043d3ebf5 changed template argument, used unordered_map 9 years ago
TimQu 5b1494b9a9 Made use of this new cool rewardModel thing 9 years ago
TimQu df850fe085 Merge branch 'master' into TimParamSysAndSMT 9 years ago
TimQu ebdf44485c Merge branch 'master' into TimParamSysAndSMT 9 years ago
dehnert 7ac6dd94ab Merge branch 'master' of https://sselab.de/lab9/private/git/storm 9 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 9 years ago
sjunges 1250b842b1 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 9 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 9 years ago
TimQu d377e6b289 Minor improvements everywhere. Also implemented some tests 9 years ago
TimQu c4444567e7 further optimization on approximation model initialization. Also better code structure of preprocessing steps 9 years ago
dehnert bc3f6b8d80 fixes for parts that were affected by recent parser templating 9 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 9 years ago
dehnert 22f1d99a15 missing files finally added 9 years ago
TimQu af505c7e89 Faster and more structured initialization of approx and sampling model 9 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 9 years ago
sjunges dbe997a433 resolved linker error - sorry 9 years ago
sjunges bdb105ce85 cmake: marked several variables as advanced 9 years ago
sjunges 46d8accf6e logic::comparisontype operations 9 years ago
sjunges ebab145180 use default bitvector move, which is fine 9 years ago
sjunges 6503d929de includes the headers for the number types supported by the carl-configuration used on the system 9 years ago
sjunges be0eee21db Dont build so many models with float/rational functions 9 years ago
sjunges 85e15c035f Merge branch 'master' of https://sselab.de/lab9/private/git/storm 9 years ago
sjunges b007d45543 Extended lp solver factory interface 9 years ago
sjunges dbe4380b09 Option to force color output for clang/ninja. 9 years ago
TimQu d57551c1ec Fix for solver 9 years ago
dehnert 7946483f09 added function to modify state-action rewards in nondeterministic model 9 years ago
TimQu 37a7b392f6 First version of approximation for rewards 9 years ago
sjunges e7d82fbaf5 Fix 9 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 9 years ago
sjunges 2dc9eb9b83 Currently exclude smtrat- does not compile with current version. 9 years ago
sjunges 72ef715d68 Return type to also include partial schedulers 9 years ago
sjunges bed31b463f Added generated sources 9 years ago
dehnert 8d2bd4fd9d fixed two warnings 9 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 9 years ago
dehnert e364d3be53 added missing header 9 years ago
TimQu 5de90c27e5 Preprocessing, sampling and state elimination now also work with rewards 9 years ago
sjunges 2f5df9d72f use the configured factory in the sparse mdp helper 9 years ago
sjunges 73310b9881 fixed tests: glpk had wrong minimize, solver.cpp tested in wrong direction on policy iteration in case we use top. value iteration 9 years ago
sjunges 86b2f8d13e Merge branch 'master' of https://sselab.de/lab9/private/git/storm 9 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
dehnert 08bc810b2c added missing include 9 years ago
dehnert 57338640be added missing include 9 years ago
dehnert f4211637db fixed warning and missing include 9 years ago
dehnert 56eae69703 added more missing headers 9 years ago
dehnert b418782bcd added missing header 9 years ago