Lukas Posch
|
79447073d0
|
changed shield-handling.h to ShieldHandling.cpp and ShieldHandling.h
renamed createOptimalShield() to createQuantitativShield()
|
3 years ago |
Stefan Pranger
|
a63d8cda6b
|
Merge pull request 'Flip Bits when Passing CoalitionStates to ShieldHandling' (#29) from fix_formula_parser_debug into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/29
|
3 years ago |
Stefan Pranger
|
bb6cd2232f
|
flip bits when passing coalition to shieldhandling
|
3 years ago |
Stefan Pranger
|
6f19aaea7f
|
Merge pull request 'Introduce Shields' (#16) from safety_shields into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/16
|
3 years ago |
Stefan Pranger
|
4746a81b51
|
removed output and check in checkGameFormula
|
3 years ago |
Stefan Pranger
|
8ffcabc79d
|
fixed error messages in shield handling
|
3 years ago |
Stefan Pranger
|
8304c897cd
|
refactored creation of coalitionStates
|
3 years ago |
Sebastian Junges
|
6e8387235d
|
Merge pull request #120 from sjunges/master
Long-living branch merge (POMDPs, Prism-Language Simulation, bug fixes)
|
3 years ago |
Stefan Pranger
|
774299bdc2
|
removed commented code from Property
|
3 years ago |
Stefan Pranger
|
b73b0b2a75
|
removed unused code and added method desc
|
3 years ago |
Stefan Pranger
|
a8d6b5e874
|
removed unused code from MultiplierEnv
|
3 years ago |
Stefan Pranger
|
6bd625e4c8
|
removed debug output
also introduced changes to be made as soon as 4fd42356d0 is merged
|
3 years ago |
Stefan Pranger
|
9b6afac4d7
|
renamed factors for shielding to probabilities
|
3 years ago |
Stefan Pranger
|
1d5eba326d
|
removed comment from PostScheduler
|
3 years ago |
Stefan Pranger
|
29fb202761
|
cleaned up GameVi and LraViHelper
|
3 years ago |
Stefan Pranger
|
f77293de78
|
added comments for CheckTask methods
|
3 years ago |
Stefan Pranger
|
dadcda9f0c
|
Merge pull request 'Fix Formula Parser Debug Methods' (#25) from formula_parser_debug into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/25
|
3 years ago |
Stefan Pranger
|
f9d2df0b0a
|
move ConstantDataType and added ostream
|
3 years ago |
Stefan Pranger
|
f0b58781b1
|
added os operator to FormulaContext
|
3 years ago |
Stefan Pranger
|
d749b3c46a
|
allow optional 'Shield' string when parsing
ShieldExpressions
|
3 years ago |
Sebastian Junges
|
b7daafc4c1
|
fix in predicate expression simplify pointed out by TQ, thanks
|
3 years ago |
Sebastian Junges
|
a326f876f4
|
Merge branch 'master' of https://github.com/sjunges/storm
|
3 years ago |
Sebastian Junges
|
6c1caae20c
|
simplifications in predicate expressions
|
3 years ago |
Sebastian Junges
|
df1aefda71
|
Update src/storm/storage/expressions/PredicateExpression.cpp
Co-authored-by: Tim Quatmann <tim.quatmann@cs.rwth-aachen.de>
|
3 years ago |
Tim Quatmann
|
3d05cc5791
|
DdJaniModelBuilder: Added proper error message in case a bounded integer variable only has an upper or a lower bound.
|
3 years ago |
Sebastian Junges
|
4d231c06b2
|
Merge branch 'master' of https://github.com/moves-rwth/storm
|
3 years ago |
Tim Quatmann
|
a95ff3056a
|
Fixed incorrect results for PcaaWeightVectorChecker.
|
3 years ago |
Tim Quatmann
|
1241829981
|
Merge pull request #131 from tquatmann/update-eigen
Update Eigen to 3.3.9
|
3 years ago |
Tim Quatmann
|
bfbc339d27
|
update eigen version mentioned in comments and directory names
|
3 years ago |
Tim Quatmann
|
91382c8662
|
Update Eigen to 3.3.9
|
3 years ago |
jipspel
|
74a24c3ac9
|
Merge pull request #130 from jipspel/fixes
Fixes
|
3 years ago |
Jip Spel
|
d77c285faf
|
Fix TODOs
|
3 years ago |
Jip Spel
|
24fa7c9529
|
Fix warnings
|
3 years ago |
Jip Spel
|
0f0256b422
|
Fix warning
|
3 years ago |
Jip Spel
|
9f5128c4af
|
Update documentation with fixed choices
|
3 years ago |
Tim Quatmann
|
044a900aa1
|
Added new gurobi versions
|
3 years ago |
Tim Quatmann
|
62ad294e1e
|
Merge pull request #129 from tquatmann/update-gtest
Update gtest
|
3 years ago |
Tim Quatmann
|
7bcf78650f
|
Included missing header required to output boost::optionals in tests
|
3 years ago |
Tim Quatmann
|
72a387960d
|
Merge pull request #123 from johannesalehmann/master
Fixed incorrect type of modulo expression with integer inputs
|
3 years ago |
Tim Quatmann
|
3af128184e
|
Fixed usage of missing operator<< for permissive scheduler tests
|
3 years ago |
Tim Quatmann
|
32ddadea17
|
Added explanations on how to update gtest in the future.
|
3 years ago |
Tim Quatmann
|
4e93e0a19d
|
Renamed gtest directory to make it version independent.
|
3 years ago |
Tim Quatmann
|
9f21e0e777
|
Updated to gtest 1.11 (see #128)
|
3 years ago |
Sebastian Junges
|
1cd97080d4
|
explicitly state that we override the functions from the expression visitor
|
3 years ago |
Sebastian Junges
|
c01e0c11f5
|
silence warning due to time being returned as an int
|
3 years ago |
Sebastian Junges
|
c6ec2355e4
|
avoid use of constants comparator to avoid skewing the distribution
|
3 years ago |
Sebastian Junges
|
af2e8a7d03
|
get reward names (in order) provided by the simulator
|
3 years ago |
Sebastian Junges
|
35d136574d
|
clear debug code from tests (feedback from TQ)
|
3 years ago |
Sebastian Junges
|
da3c1a1be2
|
some comments and API restrictions for clearer usage
|
3 years ago |
Sebastian Junges
|
1df5296934
|
cleaned code, reduce number of checks by half due to symmetry
|
4 years ago |