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
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
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
Tim Quatmann
a95ff3056a
Fixed incorrect results for PcaaWeightVectorChecker.
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
7bcf78650f
Included missing header required to output boost::optionals in tests
3 years ago
Tim Quatmann
3af128184e
Fixed usage of missing operator<< for permissive scheduler tests
3 years ago
Sebastian Junges
1cd97080d4
explicitly state that we override the functions from the expression visitor
4 years ago
Sebastian Junges
c01e0c11f5
silence warning due to time being returned as an int
4 years ago
Sebastian Junges
c6ec2355e4
avoid use of constants comparator to avoid skewing the distribution
4 years ago
Sebastian Junges
af2e8a7d03
get reward names (in order) provided by the simulator
4 years ago
Sebastian Junges
35d136574d
clear debug code from tests (feedback from TQ)
4 years ago
Sebastian Junges
da3c1a1be2
some comments and API restrictions for clearer usage
4 years ago
Sebastian Junges
1df5296934
cleaned code, reduce number of checks by half due to symmetry
4 years ago
Sebastian Junges
2cd25d069c
To dice translation, remove hack for modulo
4 years ago
Sebastian Junges
d144a1776c
prism next state generator, rename actions to reflect labeled choices vs unlabeled choices are sync vs async
4 years ago
Sebastian Junges
3f165785d0
integrated feedback on code quality by TQ
4 years ago
Sebastian Junges
4c350b3e2d
print predicate expressions added
4 years ago
Sebastian Junges
b3a69e24a3
Update src/storm/storage/prism/OverlappingGuardAnalyser.h
Co-authored-by: Tim Quatmann <tim.quatmann@cs.rwth-aachen.de>
4 years ago
Johannes Lehmann
0d43a55923
Fixed incorrect type of modulo expression with integer inputs
4 years ago
Sebastian Junges
f3c54a06a1
Simplify assertion
(thanks to Tim)
Co-authored-by: Tim Quatmann <tim.quatmann@cs.rwth-aachen.de>
4 years ago
Sebastian Junges
6d7802975f
remove compilation error and improve associated feedback to user
4 years ago
Sebastian Junges
76bf1049ee
test for masking during building
4 years ago
Sebastian Junges
ed25e903b7
exportexplicit test case added
4 years ago
Sebastian Junges
6ce1f96efc
belief support tracking test and cleaning
4 years ago
Sebastian Junges
796b76b242
jani-belsupmc tests added
4 years ago
Sebastian Junges
01bd04b170
test cases for iterative qualitative added
4 years ago
Sebastian Junges
4844573b63
qualitative search: oneshot cleaning and tests
4 years ago
Sebastian Junges
6b5c7b2672
minimal test cases for qualitative analysis: graphs
4 years ago
Sebastian Junges
f77e8b2dc2
added a minimal test for makecanonic
4 years ago
Sebastian Junges
9e2bc9b341
testing for writing to global vars from action-labelled models
4 years ago
Sebastian Junges
271fdb0607
minimalistic test cases for building POMDPs added
4 years ago
Sebastian Junges
922d6f6572
export of compressed states to json with negative values fixed
4 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
4 years ago
Sebastian Junges
f43cb6a798
fix testfile
4 years ago
Sebastian Junges
b9bd9e2fd4
parser test for nary predicates
4 years ago
Sebastian Junges
a4e8d9ea11
post-merge fix to when substituting predicates and unbounded integers
4 years ago
Tim Quatmann
f0378363bb
ConstantsComparator: reduced code duplications, fixed a potentially div by 0, and silenced a warning
ConstantsComparator: The old code used `abs(x-y)/abs(x+y)<= epsilon` when comparing two numbers for equality (modulo relative precision). This is weird when x and y have different signs and potentially even causes a div by 0 whenever x=-y. Moreover the templating was awkward, causing a lot of code duplications and a Warning with clang.
Distribution[WithReward]: replaced forward declarations of ConstantsComparator by actual includes as the forward declarations caused some ambiguity regarding the template parameters.
4 years ago