89 Commits (64e7cd63f540dd6c9fc9da9f616fdec7d9d05706)

Author SHA1 Message Date
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 9 years ago
sjunges 1e1400d68d merge 9 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 9 years ago
dehnert 34ba28cfdb some minor fixes 9 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 9 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
dehnert ebe9ccbb15 some work on DD stuff 9 years ago
dehnert 4a772fe48d fixed bug in sylvan 9 years ago
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 9 years ago
dehnert 494f263b71 fixed a wrong assumption for sylvan relnext 9 years ago
dehnert 3556743d7e more work on introducing relation products 9 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 9 years ago
dehnert 31147a90d2 removed or and not operation on ADDs as they should conceptually be used on BDDs 9 years ago
dehnert 2c69232560 started cleaning ADD interface 9 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 9 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 9 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 9 years ago
dehnert 1d49bc6dd0 extracting the bisimulation quotient for MDPs; tests for MDP bisimulation 9 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 9 years ago
sjunges ecb214bc10 StateInfo is a StateAnnotation now 9 years ago
dehnert 5c838e2006 added the feature to build information about the state space that can be retrieved after building the model to the explicit model builder 9 years ago
sjunges 7884fc37ed explicit model builder supports non-default reward models 9 years ago
dehnert e51a3cfa85 refined cut-off of builders a little. Now, based on the property, more of the states are treated as terminal states of the model 9 years ago
dehnert 36b67a3a38 refined output of deadlock states a bit 10 years ago
dehnert 1713e10efc added output of first 3 deadlock states in symbolic model builder 10 years ago
dehnert d4cd58e9c6 upon preserving a new formula, the builders now do not apply terminal states 10 years ago
dehnert ffc9eda1c2 enabled terminal states for explicit model builder 10 years ago
dehnert 3849c59d6b formula parser now correctly accepts variables of a loaded model 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 9f70e7cb3b adapted DD-based model exploration to the new policy regarding writing to global variables 10 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert a9142a752d fixed another bug 10 years ago
dehnert 30fc452623 fixed another bug 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 6fa1078fb1 some more work on reward model 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
dehnert 08747378d5 workplace switch 10 years ago
dehnert 507331d8a9 more debug output 10 years ago