Sebastian Junges
a7f9a6e4c6
use state rewards (upon entry)
4 years ago
Stefan Pranger
53abe31580
enabled shield computation for different queries
4 years ago
Stefan Pranger
076a0ce77b
fixed check for presence of shielding expressions
4 years ago
Stefan Pranger
a51b7a132c
fixed ChoiceFilter comparison
4 years ago
Stefan Pranger
1c3e669efa
introduced choiceFilter for PostSafetyShields
4 years ago
Stefan Pranger
be9450d1cb
removed debug output
4 years ago
Stefan Pranger
814498ada2
fix output of prob choice labels in scheduler
4 years ago
Stefan Pranger
4801173505
refactored preSafetyShield to use ChoiceFilter
4 years ago
Stefan Pranger
2275a83466
init ChoiceFilter as shielding util
4 years ago
Stefan Pranger
1c2f120a76
added optimization direction to shields
4 years ago
Stefan Pranger
1b19b28a0d
added less-/greater-equal utility functions
4 years ago
Stefan Pranger
514dfb8ce6
refactored allowedValue method
4 years ago
Stefan Pranger
a147552be0
warn the user of no shielding action is possible
4 years ago
Stefan Pranger
dc430a3213
possibly skip undefined choices in schedulers
4 years ago
Stefan Pranger
c78981dc1a
adapted smg helper returns to use new helper type
4 years ago
Stefan Pranger
38783af858
changed arg list of smg helper return type
4 years ago
Stefan Pranger
222a8fd5af
changed return type of helper method
4 years ago
Stefan Pranger
2b32f7c043
adapted to new shield creation routine
4 years ago
Stefan Pranger
5562007866
introduced PostScheduler
this allows for different choice mappings per state, in the sense of
'what should I schedule if another scheduler has already picked a
different action'
4 years ago
Stefan Pranger
4b2e7e020f
restructured shield creation
construct is no longer a pure virtual function because of different
return types for different shields. Ctor is still protected so no issues
here.
Added computeRowGroupSizes method
4 years ago
Stefan Pranger
3decad58b9
introduced shield export
Still needs a proper naming convention for the shields to be unique
4 years ago
Stefan Pranger
f605ec28e3
fixed bug in safety shield creation
4 years ago
Stefan Pranger
caf855e1a4
added first version of pre safety shield
4 years ago
Stefan Pranger
d1a39e48fe
removed unused template instantiations
4 years ago
Stefan Pranger
750efef3b5
made shielding printout prettier
4 years ago
Stefan Pranger
0f7555a8e0
fetch choice values from until vi computation
- added an SMGModelCheckingHelperReturnType
4 years ago
Stefan Pranger
8943b01df5
added shield handling header
4 years ago
Stefan Pranger
359f20b17d
init first shield implementation
4 years ago
Stefan Pranger
c9d5e2959a
let MDP helper return type store choiceValues
4 years ago
Stefan Pranger
0c619c097c
WIP: init shielding for SMGs
4 years ago
Stefan Pranger
5051b9f9f7
fixed typo
4 years ago
Stefan Pranger
dccb9e5f8b
changed some debug output
4 years ago
Stefan Pranger
72baec5ec1
substituteFormula now respects shieldExpression
4 years ago
Stefan Pranger
a3da5642f1
removed unused member of checkTask
4 years ago
Stefan Pranger
d9db7d57b3
parsing ShieldExpression into shared_ptr
4 years ago
Stefan Pranger
102b26b933
CheckTask may now hold info about shielding query
4 years ago
Stefan Pranger
d4d3c0d9ea
Jani Props may now hold info about shielding query
4 years ago
Stefan Pranger
00479b4877
added printout for shielding queries
4 years ago
Stefan Pranger
283f4ea6a2
added toString method for ShieldExpression
4 years ago
Stefan Pranger
66a8e472e3
added ostream for ShieldExpression
4 years ago
Stefan Pranger
fa47742a14
added checks for multiplicative factor parsing
4 years ago
Stefan Pranger
f6b341168d
added formula parser grammar for shields
4 years ago
Stefan Pranger
16fafbcfcc
properties now hold information about shield query
4 years ago
Stefan Pranger
5a2657346b
added shield expression class
4 years ago
Matthias Volk
6f39d431a3
Github Actions: only run doxygen and deploy on master branch of original
repository (and not on forks or pull requests).
4 years ago
Stefan Pranger
7ef70401ed
Merge pull request 'boundedGlobally' ( #19 ) from next_formulae into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/19
4 years ago
Lukas Posch
027ed523cd
added constrainedChoiceValues for boundedGloballyFormulas
4 years ago
Tim Quatmann
168b5fabd6
Silenced several warnings
4 years ago
Tim Quatmann
45a7db8222
LpMinMaxLinearEquationSolver: Fixed an issue when using glpk occurring when the lower bound of a variable matches the upper bound. Also revamped retrieving of lower/upper bounds.
4 years ago
Tim Quatmann
e59918668e
AbstractEquationSolver: Added more convenient getters for the most appropriate lower/upper bound of a given variable
4 years ago