368 Commits (49f59052f835a42e944af32702c7264f7a4dcd40)

Author SHA1 Message Date
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 9 years ago
dehnert 2accd81aaa fixed bug in reward generation for PRISM models 9 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 9 years ago
dehnert 82023d280d JANI model builder for MDPs is working now, but too slow 9 years ago
Mavo f2ad4781fe Distincting between supportsParameters and hasParameters 9 years ago
Mavo 380d3f1897 CTMC constructor with exitRates 9 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
dehnert 97d9ecccbb started making cudd3 work 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 95c37244a2 reduced complexity of bisimulation and preprocess call 10 years ago
sjunges 93be84a4a8 fix in get parameters from model 10 years ago
sjunges 5e9c42f2af intermediate commit 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 10 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 51bd689c96 fixed a bug in the reward model 10 years ago
dehnert 2484a515a0 some more work on bisim 10 years ago
dehnert 40a75baee7 using some template magic to make it compile again 10 years ago
dehnert 11b04c7940 more work towards making the new bisim class available from the cl 10 years ago
dehnert 11c21eb338 on my way of making (the refactored version) bisimulation work again for deterministic models 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges eacdec3939 State Annotation and subMDP also restrichts choicelabelling now 10 years ago
sjunges 57dffbcd4f further operators on models and reward models 10 years ago
sjunges a28ebac022 outcommented code for maximals 10 years ago
sjunges a07c2cacc4 missed files 10 years ago
sjunges 7e7e025900 modifying reward models 10 years ago
sjunges cf10fe206a modifiers for standard rew model, fix with non-const overload in model 10 years ago
sjunges 9e24144c27 getRewardModel, private, added 10 years ago
sjunges 98162d1d7e interface for rew. model extended for reinforcement learning 10 years ago
sjunges b8343255be fixed headers, allow changes in rew. model again 10 years ago
sjunges edbd7e827b MDPs, restrict choices, get choiceindex 10 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago