9510 Commits (1a1d46ceda13beddad4eb95399df996037b36654)
 

Author SHA1 Message Date
Lukas Posch c74dd841a5 changed GameViHelper::performValueIteration for computing also value iteration with upper bounds 3 years ago
Lukas Posch 412a74069e Added shield generation test for MDPs ShieldGenerationMdpPrctlModelCheckerTest.cpp and shielding files for comparison of the results 3 years ago
Lukas Posch d3b0046fa0 fixed bug in reduce method in Multiplier.cpp for SMGs and MDPs 3 years ago
Lukas Posch 70c689ff1e fixed bug in SparseNondeterministicStepBoundedHorizonHelper.cpp (use of uint choiceValuesCounter without initialization) 3 years ago
Lukas Posch 18497b30b0 added line below for postShield files (analogue to preShield files) 3 years ago
Lukas Posch 4925135f87 added conversion methods for ShieldGenerationSmgRpatlModelCheckerTest.cpp 3 years ago
Lukas Posch 2ecf7ff138 Added Shield Test to ShieldGenerationSmgRpatlModelCheckerTest.cpp with files to compare 3 years ago
Lukas Posch c55e4920b2 WIP created ShieldGenerationSmgRpatlModelCheckerTest.cpp for testing the generation of shielding files for SMGs 3 years ago
Lukas Posch 4cfbaa3a33 removed shielding tests from SmgRpatlModelCheckerTest.cpp 3 years ago
Lukas Posch 02464909a4 removed unused method getQualitativeResultAtInitialState 3 years ago
Lukas Posch bec28d55c6 added testcase rightDecision (rightDecision.nm) to SmgRpatlModelCheckerTest.cpp 3 years ago
Lukas Posch 4f4abf2342 added testcase messageHack (messageHack.nm) to SmgRpatlModelCheckerTest.cpp 3 years ago
Lukas Posch 28f1c9d368 removed DEBUG for multiplier type in SparseSmgRpatlHelper.cpp 3 years ago
Lukas Posch d70c733709 removed comments for results in SmgRpatlModelCheckerTest.cpp 3 years ago
Lukas Posch 229097d848 removed debug output 3 years ago
Lukas Posch 2064cbb0a9 fix for the NativeMultiplier in case of having coalitionStates (games) 3 years ago
Lukas Posch cdc0fd2873 added parser tests for mdp shields MdpShieldingParserTest.cpp 3 years ago
Lukas Posch 45e660fe9b added parser tests for game shields GameShieldingParserTest.cpp 3 years ago
Lukas Posch d86dbcd4e3 removed partial results for formula parsing, added fragment checks for rpatl 3 years ago
Lukas Posch 5452240944 removed unnecessary testcases (e.g. there are no atomic label formulas in game formulas since they must have a coalition of players and an operator) 3 years ago
Lukas Posch 567584e285 added MultiObjectiveFormulaTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch 284a944f63 added WrongFormatTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch 3f2e636e34 added CommentTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch a381618403 added NestedPathFormulaTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch 4d84b84230 added ConditionalProbabilityTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch 90568c54a2 added RewardOperatorTest to GameFormulaParserTest.cpp 3 years ago
Lukas Posch 442ffecd13 created NextOperatorTest in GameFormulaParserTest.cpp 3 years ago
Lukas Posch bc6dabb088 fixed UntilOperatorTest in GameFormulaParserTest.cpp 3 years ago
Lukas Posch 45319ca2da WIP GameFormulaParserTest.cpp 3 years ago
Lukas Posch f1aa210b5a shielding check for FragmentCheckerTest Prctl 3 years ago
Lukas Posch d8592bffa2 shielding check for FragmentCheckerTest Rpatl 3 years ago
Lukas Posch 868f42b38b Bounded LTL formula check for FragmentCheckerTest Rpatl 3 years ago
Lukas Posch e1b00dae7a small change in FragmentCheckerTest Rpatl 3 years ago
Lukas Posch 1b81c009c1 WIP added GameFormulaParserTest.cpp 3 years ago
Stefan Pranger 04dd2b2e92 added a smg to PrismParserTest.cpp 3 years ago
Lukas Posch d14b04fe72 WIP DEBUG message for multiplier type 3 years ago
Lukas Posch 3a91b266d4 WIP expanded tests, now tests run for X, U, G, F 3 years ago
Lukas Posch b49dd59101 WIP added testcases for globally probabilities for SmgRpatlModelCheckerTest "Walker" 3 years ago
Lukas Posch d0f85313f3 added probabalisticFormula.rpatl in testfolder for rpatl for future purposes 3 years ago
Lukas Posch fdb84fdee5 changed the info about statesOfCoalition to STORM_LOG_INFO 3 years ago
Lukas Posch 7565bc5d6a created SmgRpatlModelCheckerTest.cpp as test suite for rpatl smg models 3 years ago
Lukas Posch a7919a651c added a smg example for checking test-modelchecker-rpatl-smg 3 years ago
Lukas Posch 3d73e71162 introduced test-modelchecker-rpatl-smg 3 years ago
Stefan Pranger 8d11ed9f42 added first rpatl fragment checker tests 3 years ago
Stefan Pranger 9a0be7e9ca added first rpatl fragment checker tests 3 years ago
Stefan Pranger fc18ea12d3 Merge pull request 'Cleanup SMG RPATL Model Checking' (#34) from smg_cleanup into main 3 years ago
Lukas Posch 1391b26e93 Removed unnecessary debug information 3 years ago
Lukas Posch fb84fc6af0 Added a comment why this computeBoundedGlobally check happens. 3 years ago
Stefan Pranger 679279a339 By changing the computation we now allow lowerBounds in bounded-globally formulas 3 years ago
Lukas Posch 86c3b3d9c6 changed computeBoundedGloballyProbabilities computation by using computeBoundedUntilProbabilities 3 years ago