98 Commits (1470d65586b28de659ad2a0309cee2668808c3c9)

Author SHA1 Message Date
Stefan Pranger 1470d65586 gameForumlas now gather referenced variables 5 years ago
Stefan Pranger a9868fd501 refactor Coalition to use boost variant 5 years ago
Stefan Pranger 84bcfef24e removed print from CloneVisitor 5 years ago
Stefan Pranger 53ac9a3873 fixed typo in arg list of GameFormula 5 years ago
Stefan Pranger 376e4756db added Coalition default ctor 5 years ago
Stefan Pranger 715784a070 added casting getter for gameFormula 5 years ago
Stefan Pranger 8dc46968cb added rPATL to FragmentSpecifitcations 5 years ago
Stefan Pranger c52fcba6a2 added multiple Visitor methods for gameFormulas 5 years ago
Stefan Pranger 6dd9e09ede added GameFormula class 5 years ago
Stefan Pranger cbbafaddfd added Coalition class 5 years ago
TimQu 30977ed356 Added some utility methods to reward path formulas 5 years ago
TimQu a5eb8e224b Allowing lra formulas in multi-objective formula fragment 5 years ago
Sebastian Junges bbafd095bf no lower bound is still a zero bound :-) 5 years ago
Matthias Volk a61ea32aea Fixed some GCC warnings 5 years ago
Tim Quatmann 137f41abac FormulaInformation: Fixed detection of property type. 6 years ago
Tim Quatmann 1e8a12170d FormulaInformation: Also track whether a formula contains a long-run average formula 6 years ago
Matthias Volk 685b5c6b27 Throw exceptions after switch/case to silence compiler warnings about not returning anything 6 years ago
TimQu 8865857f21 Fixed awkward printing of eventually formulas with reward accumulations. 6 years ago
TimQu 0d8ecaff35 JaniParser: Transform reward bounds into time- or step bound if appropriate. Added some checks and warnings. 7 years ago
TimQu c43e13172f Jani: Accumulations for Smin/Smax properties. 7 years ago
TimQu fd2e4efc0b Fixed output of TotalRewardFormulae with non-trivial reward accumulation. 7 years ago
TimQu 176133f712 Respecting reward accumulations for long-run-average properties. 7 years ago
Tim Quatmann 8a72aee764 QuantileFormulas: ignore optimization direction (min/max) for quantile variables. 7 years ago
Tim Quatmann 6e8aef2acc Checking formulas with >=0 bound. 7 years ago
TimQu 66ab97ba4f transformer: Added functionality to also translate expected time formulas to expected rewards. 7 years ago
Tim Quatmann 661d922d2e logic/bound: Added method to compare a bound with a value. 7 years ago
Tim Quatmann d3abeb5f45 Started implementation on quantiles. 7 years ago
TimQu dc2654ce60 Quantiles: made the SparseMdpPrctlModelChecker call the QuantileHelper for quantile formulas 7 years ago
TimQu fe535b9ba6 Fixed QuantileFormula's writeToStream. 7 years ago
TimQu 7e66787c9c logic: Added QuantileFormulas. 7 years ago
Sebastian Junges 07588df137 operators to remove bounds / optimality types from a formula 7 years ago
TimQu 0434d9f83a fixed issue when checking whether transition rewards can be lifted 7 years ago
TimQu 37eb90bc82 better check whether transition rewards can be scaled and lifted to action rewards 7 years ago
TimQu 0a6122258c Used the new reward information traverser wherever one needs to find out the reward kinds of a given rewardmodel 7 years ago
TimQu 03c80f3ae1 correct treatment of non-trivial reward expressions 7 years ago
TimQu b08373ac67 fixed in reward accumulation elimination of total reward formulas 7 years ago
TimQu 1b7f150e76 implemented functionality to rename reward model names 7 years ago
TimQu f89817da3b eliminating reward accumulations directly at parsing time 7 years ago
TimQu 5dda7a5296 removed unused file 'variable substitution visitor' 7 years ago
TimQu 7c61a16d91 fixes for array expressions, support to translate properties that consider array expressions, translating array models in cli 7 years ago
dehnert 2ff18771eb adding a corrected valid-block-mode for game-based abstraction 7 years ago
dehnert 6ab7859c84 fixing more of Lindas issues 7 years ago
dehnert c3d40d634b started working on the github issues by Linda 7 years ago
dehnert 51be532695 pulled out parsing from abstraction-refinement classes 7 years ago
TimQu 8050f8fc67 eliminate reward accumulations on jani level 7 years ago
TimQu 831f07e867 eliminate reward accumulations whenever possible 7 years ago
TimQu 701f3832b1 parsing reward accumulations 7 years ago
TimQu ee1dcbd483 fragment checker checks reward accumulations 7 years ago
TimQu 76b2eb2ee9 added reward accumulation to formulas 7 years ago
Sebastian Junges f0c451aae9 fixed a case where time path propreties were not identified as such, and ensured for debugging that time operators now get a time path formula 7 years ago