Tim Quatmann
|
109a885c65
|
PlayerCoalition: Added a getter for players
|
5 years ago |
Tim Quatmann
|
4affb76bb1
|
Renamed Coalition to more descriptive PlayerCoalition
|
5 years ago |
Tim Quatmann
|
735874462c
|
Polished fragment specification and formula visitors for new GameFormulas
|
5 years ago |
Tim Quatmann
|
4c5bc4e2a2
|
Polished GameFormula and Coalition code
|
5 years ago |
Stefan Pranger
|
4d4cd6e7f4
|
rpatl extends prctl
|
5 years ago |
Stefan Pranger
|
8e55ec62ad
|
gameForumlas now gather referenced variables
|
5 years ago |
Stefan Pranger
|
8d47ad2bd7
|
refactor Coalition to use boost variant
|
5 years ago |
Stefan Pranger
|
2972f43def
|
removed print from CloneVisitor
|
5 years ago |
Stefan Pranger
|
3f2aaf72b0
|
fixed typo in arg list of GameFormula
|
5 years ago |
Stefan Pranger
|
2721f24b9b
|
added Coalition default ctor
|
5 years ago |
Stefan Pranger
|
df52e5af88
|
added casting getter for gameFormula
|
5 years ago |
Stefan Pranger
|
2f5a53196c
|
added rPATL to FragmentSpecifitcations
|
5 years ago |
Stefan Pranger
|
7d87a90c1e
|
added multiple Visitor methods for gameFormulas
|
5 years ago |
Stefan Pranger
|
09cb1d465c
|
added GameFormula class
|
5 years ago |
Stefan Pranger
|
310c9d21d4
|
added Coalition class
will be used in rPATL formulas
|
5 years ago |
Stefan Pranger
|
c11c49d22b
|
store tuples of player name and index
Store this instead of only the index. Needed for easier parsing of the
rpatl formulas (prism allows player indices and names!)
|
5 years ago |
Stefan Pranger
|
353b98ec88
|
rpatl extends prctl
|
5 years ago |
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
will be used in rPATL formulas
|
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.
|
5 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.
|
6 years ago |
TimQu
|
c43e13172f
|
Jani: Accumulations for Smin/Smax properties.
|
6 years ago |
TimQu
|
fd2e4efc0b
|
Fixed output of TotalRewardFormulae with non-trivial reward accumulation.
|
6 years ago |
TimQu
|
176133f712
|
Respecting reward accumulations for long-run-average properties.
|
6 years ago |
Tim Quatmann
|
8a72aee764
|
QuantileFormulas: ignore optimization direction (min/max) for quantile variables.
|
6 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 |