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
Conflicts:
src/test/storm/parser/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
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
3d73e71162
introduced test-modelchecker-rpatl-smg
3 years ago
Stefan Pranger
8d11ed9f42
added first rpatl fragment checker tests
Conflicts:
src/test/storm/logic/FragmentCheckerTest.cpp
3 years ago
Stefan Pranger
9a0be7e9ca
added first rpatl fragment checker tests
Conflicts:
src/test/storm/logic/FragmentCheckerTest.cpp
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
Conflicts:
src/storm-parsers/parser/FormulaParserGrammar.cpp
3 years ago
Lukas Posch
86c3b3d9c6
changed computeBoundedGloballyProbabilities computation by using computeBoundedUntilProbabilities
3 years ago
Lukas Posch
4373c324f9
checks for bounds in SparseSmgRpatlModelChecker
3 years ago
Lukas Posch
9fea23981a
finished computeBoundedUntilProbability in SparseSmgRpatlHelper
3 years ago
Lukas Posch
03ec53321e
added updateStatesOfCoalition to GameViHelper
3 years ago
Lukas Posch
fefd6b0951
WIP helper functions in GameViHelper
3 years ago
Lukas Posch
c2d2c38c28
WIP computeBoundedUntilProbabilities in SparseSmgRpatlHelper
3 years ago
Lukas Posch
28252a3caf
added computeBoundedUntilProbabilities to SparseSmgRpatlModelChecker
3 years ago
Lukas Posch
44d83b9fe0
added checks for bounds in computeBoundedGloballyProbabilities
3 years ago
Lukas Posch
3f408d059c
allow boundedUntilFormulas in rpatl
3 years ago
Lukas Posch
75bacaa6b2
deleted BoundedGloballyGameViHelper
3 years ago
Lukas Posch
e5dd9ab90f
small cleanup SparseSmgRpatlModelChecker
3 years ago
Lukas Posch
f4615614c1
use GameViHelper instead of BoundedGloballyGameViHelper
3 years ago
Lukas Posch
d222337715
added functionality of BoundedGloballyGameViHelper to GameViHelper
3 years ago
Lukas Posch
6289788a68
small changes to fit to the GameViHelper.*
3 years ago
Lukas Posch
65a5308809
small change in computation in computeNextProbabilities
3 years ago
Lukas Posch
b6ffa9a649
small change in the comments of computeGloballyProbabilities
3 years ago
Lukas Posch
7bdb5e11a8
fixed case for empty relevantStates in computeBoundedGlobally Probabilities
3 years ago
Lukas Posch
8301c3dc88
fixed case for empty relevantStates in computeUntilProbabilities
3 years ago
Stefan Pranger
90dba4cd5d
adapted mdpprctlhelper call in MA model checker
3 years ago
Stefan Pranger
c19639d156
added missing method to visitor
3 years ago
Stefan Pranger
d53fafa078
fixed some changes which have been overwritten
3 years ago
Stefan Pranger
85c5125610
removed duplicate code after big merge
3 years ago
Tim Quatmann
7e7d6defa0
Merge pull request #137 from tquatmann/ltl
LTL Model Checking
Also includes a reset of
src/storm-parsers/parser/FormulaParserGrammar.cpp
src/storm-parsers/parser/FormulaParserGrammar.h
since there have been to many changes to fix them individually. Will
follow up with a commit to introduce shield and smg formula parsing
Conflicts:
src/storm-parsers/parser/FormulaParserGrammar.cpp
src/storm-parsers/parser/FormulaParserGrammar.h
src/storm/logic/CloneVisitor.cpp
src/storm/logic/Formula.h
src/storm/logic/FragmentChecker.cpp
src/storm/logic/FragmentSpecification.cpp
src/storm/logic/FragmentSpecification.h
src/storm/logic/LiftableTransitionRewardsVisitor.cpp
src/storm/logic/ToPrefixStringVisitor.cpp
src/storm/logic/ToPrefixStringVisitor.h
src/storm/modelchecker/AbstractModelChecker.cpp
src/storm/modelchecker/AbstractModelChecker.h
src/storm/modelchecker/csl/SparseCtmcCslModelChecker.cpp
src/storm/modelchecker/prctl/SparseMdpPrctlModelChecker.cpp
src/storm/modelchecker/prctl/helper/SparseMdpPrctlHelper.cpp
src/storm/storage/MaximalEndComponent.cpp
src/storm/storage/Scheduler.cpp
src/storm/storage/Scheduler.h
src/storm/storage/jani/JSONExporter.cpp
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
3 years ago
Tim Quatmann
e0e1b097eb
Merge branch 'master' into ltl-github
conflict in SchedulerGenerationMdpPrctlModelCheckerTest resolved.
Conflicts:
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
3 years ago
Daniel Basgöze
1dab437496
Compare floating points upto precision instead ==
Fixes QuantileQueryTest with CLN
Provided by Tim Quatmann
3 years ago
Daniel Basgöze
12111a91bd
Use pass-by-value in constructor
Pass by rvalue reference results in
build errors when using CLN
3 years ago
Daniel Basgöze
8de8f1517a
Fix conversion ambiguity: Use convertNumber()
Conflicts:
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
3 years ago
Daniel Basgöze
a34fcca339
Fix conversion ambiguity: Use 1 instead of 1.0
3 years ago
Daniel Basgöze
ebd85a43d3
Fix conversion ambiguity: Use * instead of *=
3 years ago
Daniel Basgöze
22388425d7
Remove unnecessary convertNumber
Fixes build errors when GMP numbers are used
3 years ago
Tim Quatmann
1e60fa7914
LTLSchedulerHelper: make handling of overlapping ECs more explicit and reduced the amount of memory states.
3 years ago
Tim Quatmann
5fe81952cb
Removed an outdated TODO comment.
3 years ago