387 Commits (9e64e998f37d95c488b499dbda11c2aaf05decbd)

Author SHA1 Message Date
dehnert 4f7eaa0a43 some more work towards abstraction refinement 9 years ago
dehnert 4733643bcf made the games compile again 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
TimQu d02c918f6a forgot a little something... 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
TimQu f2035523af Fixed a bug in rewardModel's reduceToStateBasedRewards. Also added a function to check whether all rewards are zero. 9 years ago
TimQu 12287e5090 small fix for building MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
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 9 years ago
Mavo 2c172cd082 Refactoring 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
TimQu 6e8602413e ModelInstantiator + test 9 years ago
TimQu a3aededd3a public access to model ingredients: RewardModel and exitRates 9 years ago
Mavo 7f4fa27008 Initialize closed for MA 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
Mavo b8ff542b7b One conversion less for MA 9 years ago
dehnert 97d9ecccbb started making cudd3 work 9 years ago
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
sjunges 9b9bbe2a68 added isParametric to models 9 years ago
sjunges 95c37244a2 reduced complexity of bisimulation and preprocess call 9 years ago
sjunges 93be84a4a8 fix in get parameters from model 9 years ago
sjunges 5e9c42f2af intermediate commit 9 years ago
sjunges 1e1400d68d merge 9 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