83 Commits (ec61e110f219ae7412dfd42f6b547a196bd2d593)

Author SHA1 Message Date
dehnert 3c844a487f some more optimizations 9 years ago
sjunges b120b74fa9 StateActionPair to index should be part of nondeterministicmodel 9 years ago
sjunges 6e506e5a66 moved application of permissive scheduler to an own transformer 9 years ago
dehnert ad456916e9 first working version of sparse reward model quotienting 9 years ago
dehnert 722cb3109c dd quotient extraction of reward models in dd bisimulation 9 years ago
dehnert 34e23f94fc started on reward model preservation in DD bisimulation 9 years ago
dehnert f96403de9e added reduction to state-based rewards to symbolic (reward) models 9 years ago
dehnert d23547d99f started optimizing some DdManager methods 9 years ago
dehnert 2b0911d627 more work on MDP bisimulation 9 years ago
dehnert a1db269e8f started on debugging MDP bisimulation 9 years ago
dehnert f3ebfaa90f more work on MDP bisimulation 9 years ago
dehnert b25ef3f09c introduced symbolic bisimulation modes lazy and eager, fixed bug in sparse quotient extraction 9 years ago
TimQu e8e189723f fixed applying memoryless schedulers 9 years ago
TimQu 5651b23771 fixing minor compiling issue 9 years ago
TimQu a348f6ea8e function to apply a given scheduler to a nondeterministic model 9 years ago
TimQu 19925ac74d implemented value iteration based Long run average rewards for Markov automata by Butkova et al. (TACAS 2017) 9 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago
TimQu e7a8357ee6 Fixed some tests 9 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 9 years ago
dehnert f0f4cd7390 first version of sparse quotient extraction for dd bisimulation 9 years ago
TimQu 464bdc389c improved state valuations class 9 years ago
TimQu 722e67fe64 parsing choice labels for explicit models 9 years ago
TimQu 1d329176ba Resolved compiling issues due to recent merge 9 years ago
TimQu cd5ee63cce fixed preserving the choice labeling when an ma is closed 9 years ago
TimQu b531dccad9 .dot output for deterministic models with choice labels 9 years ago
TimQu e7bc5fdef9 fixed several minor bugs regarding the choicelabeling 9 years ago
TimQu bf97d79573 moved building the choice origin strings into the ChoiceOrigins class 9 years ago
TimQu db31c1cb11 improved .dot export of models with choice labeling 9 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 9 years ago
TimQu 759e351e95 Improved explicit model building: 9 years ago
TimQu 4413afb542 used new helper functions at some points in the code 9 years ago
dehnert 7f346d2f0b more work on quotient extraction 9 years ago
Sebastian Junges 5c7d3db743 towards proper side constraints for parametetric systems 9 years ago
TimQu 748e100aad fixed/improved .dot output for MAs and Mdps. We now also display the index of each choice. 9 years ago
TimQu 6598ade4ac fix for getting the choices with zero reward 9 years ago
TimQu c14213f9a6 Reward model can now retrieve the set of choices with zero reward 9 years ago
Sebastian Junges a2ed0fc4bf item labelling class 9 years ago
Sebastian Junges 586929ea64 As we do not support windows, we can also get rid of: 9 years ago
dehnert 03ad4c2783 first version of symbolic bisimulation minimization 9 years ago
TimQu 09552d43a3 IsExact number trait 9 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 9 years ago
TimQu dd40254628 PLA for continuous models 9 years ago
dehnert 952776a057 hybrid engine working for rational numbers 9 years ago
TimQu 7f74f19342 exact pla 9 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 9 years ago
dehnert fd31e23306 allow arbitrary-layer meta variables in DdManager; make DdManager available as non-const from a DD; started on symbolic state elimination linear equation solver 9 years ago
Matthias Volk a18161b6e3 Quick fix for CTMC instantiation 9 years ago
Matthias Volk 069908d7c9 Working on DNR parser 9 years ago
TimQu 732bbc85d2 worked on parametric model simplifier 9 years ago
TimQu cab08525f8 fix in SymbolicToSparseTransformer 9 years ago