99 Commits (e258fe4fd2e70584679932405fcf4e3c273ae068)

Author SHA1 Message Date
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
TimQu d02c918f6a forgot a little something... 10 years ago
TimQu f2035523af Fixed a bug in rewardModel's reduceToStateBasedRewards. Also added a function to check whether all rewards are zero. 10 years ago
TimQu 12287e5090 small fix for building MAs 10 years ago
TimQu f681206393 building markov automata from prism code 10 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 10 years ago
dehnert 2accd81aaa fixed bug in reward generation for PRISM models 10 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 10 years ago
Mavo f2ad4781fe Distincting between supportsParameters and hasParameters 10 years ago
Mavo 380d3f1897 CTMC constructor with exitRates 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
Mavo 2c172cd082 Refactoring 10 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 10 years ago
TimQu 6e8602413e ModelInstantiator + test 10 years ago
TimQu a3aededd3a public access to model ingredients: RewardModel and exitRates 10 years ago
Mavo 7f4fa27008 Initialize closed for MA 10 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 10 years ago
Mavo b8ff542b7b One conversion less for MA 10 years ago
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 10 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 10 years ago
sjunges 9b9bbe2a68 added isParametric to models 10 years ago
sjunges 93be84a4a8 fix in get parameters from model 10 years ago
sjunges 5e9c42f2af intermediate commit 10 years ago
dehnert 51bd689c96 fixed a bug in the reward model 10 years ago
dehnert 2484a515a0 some more work on bisim 11 years ago
dehnert 11c21eb338 on my way of making (the refactored version) bisimulation work again for deterministic models 11 years ago
sjunges 703013b97c program, vector, gurobi 11 years ago
sjunges eacdec3939 State Annotation and subMDP also restrichts choicelabelling now 11 years ago
sjunges 57dffbcd4f further operators on models and reward models 11 years ago
sjunges a28ebac022 outcommented code for maximals 11 years ago
sjunges a07c2cacc4 missed files 11 years ago
sjunges 7e7e025900 modifying reward models 11 years ago
sjunges cf10fe206a modifiers for standard rew model, fix with non-const overload in model 11 years ago
sjunges 9e24144c27 getRewardModel, private, added 11 years ago
sjunges 98162d1d7e interface for rew. model extended for reinforcement learning 11 years ago
sjunges b8343255be fixed headers, allow changes in rew. model again 11 years ago
sjunges edbd7e827b MDPs, restrict choices, get choiceindex 11 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 11 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 11 years ago
sjunges dbe997a433 resolved linker error - sorry 11 years ago
sjunges be0eee21db Dont build so many models with float/rational functions 11 years ago
dehnert 7946483f09 added function to modify state-action rewards in nondeterministic model 11 years ago
dehnert 21d9e91586 work towards interval reward model 11 years ago
sjunges f219437acf Faster compilation times! 11 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 11 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 11 years ago
dehnert 9cf488b249 moved to checking the validity of transition matrices by calling the matrix function 11 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 11 years ago