961 Commits (6420709a503d88513af5c317e77b970b09772900)

Author SHA1 Message Date
hannah 63a400ea5a added some documentation 5 years ago
hannah 0713c5dccd skipDontCareStates-option for scheduler printing 5 years ago
hannah e5b19643e8 dontCareStates can now be (non)deterministic and (un)defined 5 years ago
Tim Quatmann 4ddb9c4337 Some simplifications for memory structure. 5 years ago
Stefan Pranger 7a851901e2 updates after cherry pick 5 years ago
hannah 093b01f0c5 adjusted scheduler dontCare 5 years ago
hannah 1f17b31bbe arbitrary choice for dontCareStates 5 years ago
hannah ebdfb2def8 keep the original modeltype during product construction 5 years ago
hannah 71100e9d65 scheduler json export 5 years ago
hannah 6b0aaeadb4 ignore dontCare States while printing 5 years ago
hannah 412489a57f Added possibility to set (un)reachable states for scheduler 5 years ago
hannah 6865ae1464 build memory structure from all states 5 years ago
Tim Quatmann 5c204182eb Added some todos 5 years ago
hannah bdb2aa8de9 fixed scheduler output 5 years ago
hannah d7b696a753 restructured the ltl-scheduler 5 years ago
hannah dd8d410748 updated scheduler-print and tests 5 years ago
hannah 93c2e92c2a updated LTL-scheduler 5 years ago
hannah 0983f2f564 print memory updates 5 years ago
hannah 991cf35f2f print memoryStructure 5 years ago
hannah 08c454f124 scheduler support for LTL-MC 5 years ago
Joachim Klein c099183063 (MDP-LTL) MaximalEndComponent: containsAnyState 6 years ago
Joachim Klein 5482a32b8a (LTL) Refactor unary/boolean state formulas to allow path formulas as well 6 years ago
Joachim Klein 21b9d73816 WIP (HOA-path) logic: HOAPathFormula 6 years ago
Stefan Pranger 774299bdc2 removed commented code from Property 5 years ago
Stefan Pranger 1d5eba326d removed comment from PostScheduler 5 years ago
Sebastian Junges b7daafc4c1 fix in predicate expression simplify pointed out by TQ, thanks 5 years ago
Sebastian Junges 6c1caae20c simplifications in predicate expressions 5 years ago
Sebastian Junges df1aefda71
Update src/storm/storage/expressions/PredicateExpression.cpp 5 years ago
Sebastian Junges 1cd97080d4 explicitly state that we override the functions from the expression visitor 5 years ago
Sebastian Junges c6ec2355e4 avoid use of constants comparator to avoid skewing the distribution 5 years ago
Sebastian Junges 1df5296934 cleaned code, reduce number of checks by half due to symmetry 5 years ago
Sebastian Junges 2cd25d069c To dice translation, remove hack for modulo 5 years ago
Sebastian Junges d144a1776c prism next state generator, rename actions to reflect labeled choices vs unlabeled choices are sync vs async 5 years ago
Sebastian Junges 3f165785d0 integrated feedback on code quality by TQ 5 years ago
Sebastian Junges 4c350b3e2d print predicate expressions added 5 years ago
Sebastian Junges b3a69e24a3
Update src/storm/storage/prism/OverlappingGuardAnalyser.h 5 years ago
Johannes Lehmann 0d43a55923 Fixed incorrect type of modulo expression with integer inputs 5 years ago
Sebastian Junges f910288aea global command indices may not be from 0 to N, so we have to check for highest command index explicitly 5 years ago
Sebastian Junges a4e8d9ea11 post-merge fix to when substituting predicates and unbounded integers 5 years ago
Tim Quatmann f0378363bb
ConstantsComparator: reduced code duplications, fixed a potentially div by 0, and silenced a warning 5 years ago
Tim Quatmann c5bbf68eaf
Removed several unnecessary forward declarations of ConstantsComparator. 5 years ago
Sebastian Junges cf63ea6767 eliminate nonstandard predicates early on 5 years ago
Sebastian Junges 65ba87dbd0 removed debug output 5 years ago
Tim Quatmann 171ff270e0
Prism to Jani conversion now supports unbounded integer variables 5 years ago
Tim Quatmann 5c2b9c503c
prism/Program: Integer variables can now have no lower and/or upper bound. 5 years ago
Stefan Pranger 97b4f1f939 adapted PostScheduler output format 5 years ago
Stefan Pranger 1c03b4680a made member of Scheduler protected 5 years ago
Stefan Pranger cab3339ad6 added OptimalShield 5 years ago
Stefan Pranger 7f84acf1dd added PreScheduler and adapted PreShield 5 years ago
Stefan Pranger 2e2665a5cc dirOverride should be const 5 years ago