Matthias Volk
|
936985f536
|
Add labels for claiming in Markov chain with flag --labels-claiming
|
5 years ago |
Matthias Volk
|
2d543d1314
|
Added BE class for distribution defined by samples
|
5 years ago |
Matthias Volk
|
e9dfcb8e45
|
Fixed type comparision for BEs
|
5 years ago |
Matthias Volk
|
df28d8ef84
|
Added getUnreliability() for BEs
|
5 years ago |
Matthias Volk
|
641c9992a1
|
Distinguish between different BEType and use single BE type in DFTElementTypes
|
5 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
4 years ago |
Sebastian Junges
|
5722c1258c
|
pipe all rf-variable creations through a single object file
|
4 years ago |
Matthias Volk
|
8d75b84ba6
|
Throw error when using ThinLTO and GCC
|
4 years ago |
TimQu
|
17a1d02757
|
Cmake: Detection for the old in-source "storm-version.cpp" file. The file will now be deleted (if found) to prevent build issues for people that upgraded from older storm versions.
|
4 years ago |
TimQu
|
c6fd7423f2
|
Disabling stack checks once again for all clang versions >= 11.0.0 because they somehow interfere with exception handling in the PrismParser. (most likely a clang bug).
|
4 years ago |
Sebastian Junges
|
b3e37c1eb8
|
partial (parametric) model instantiators
|
4 years ago |
Sebastian Junges
|
03e0b01ae2
|
Making POMDPs simple now does not introduce further initial states
|
4 years ago |
TimQu
|
1343ae5c19
|
Fixed 'boost/optional.hpp file not found' error in storm-version library (simply by not using boost).
|
4 years ago |
TimQu
|
8b2b0008da
|
The stack check issue has been fixed in newer AppleClang versions. Thus, we no longer have to disable stack checks for AppleClang 11.0.3 or higher.
|
4 years ago |
Matthias Volk
|
5b7bc4319a
|
Missing pragma once
|
4 years ago |
Sebastian Junges
|
3282bf895c
|
more support for the modulo expression
|
4 years ago |
Sebastian Junges
|
d76bcc4d10
|
pPOMDP support
|
4 years ago |
Sebastian Junges
|
62757e28f7
|
parametric pomdps?
|
4 years ago |
Sebastian Junges
|
cf3bfc3d2d
|
simulator presents rewards for efficiency
|
4 years ago |
Sebastian Junges
|
ceab2c4985
|
update changelog
|
5 years ago |
Matthias Volk
|
9c33cec3b6
|
Added mising include
|
5 years ago |
Sebastian Junges
|
3a70c68d45
|
dd-based reachability exploration reports number of iterations in return value
|
5 years ago |
Sebastian Junges
|
bb200fe9f4
|
simplify prism programs now also simplifies labels
|
5 years ago |
Sebastian Junges
|
b901a1b308
|
fix for the binary pomdp transformer: labels are now attached to auxiliary states as well
|
5 years ago |
Sebastian Junges
|
4350ea72d7
|
Simplifying expressions with iff and implies a bit more
|
5 years ago |
Matthias Volk
|
7d4bb545f6
|
Export option STORM_HAVE_XERCES for stormpy
|
5 years ago |
Tim Quatmann
|
f1462bfda7
|
Cmake: added a comment that the stack check issue seems to be resolved in more recent clang versions (but still not in the one that comes with the command line tools right now)
|
5 years ago |
Sebastian Junges
|
0791fc723e
|
renamed files
|
5 years ago |
Matthias Volk
|
0cb0ca8a48
|
Storm version 1.6.0
|
5 years ago |
Tim Quatmann
|
a7f847d4e1
|
KnownProbabilityTransformer: Removed output of model info to std::cout
|
5 years ago |
Tim Quatmann
|
5536cda902
|
BeliefExplorationModelCheckerTest: added refuel test case
|
5 years ago |
Tim Quatmann
|
1313e3c096
|
BeliefExplorationModelCheckerTest: added maze2 test case
|
5 years ago |
Tim Quatmann
|
5076ff00c6
|
Removind debug output.
|
5 years ago |
Tim Quatmann
|
cc4379130f
|
BeliefExplorationPomdpModelCheckerTest: More tests and testing of preprocessed models.
|
5 years ago |
Tim Quatmann
|
2ed1813b39
|
Cleaner code and checks for GlobalPomdpSelfLoopEliminator
|
5 years ago |
Tim Quatmann
|
f4a3ceb60e
|
Skipping tests that fail for z3 version 4.8.8 (Issue reported at https://github.com/Z3Prover/z3/issues/4465)
|
5 years ago |
Tim Quatmann
|
eeeb3df4f8
|
Added some tests for BeliefExplorationPomdpModelChecker and made the testing more sensible towards very imprecise results
|
5 years ago |
Tim Quatmann
|
31c39d1dc7
|
storm-pomdp: Cleaned up output of belief exploration. Use --verbose to restore it.
|
5 years ago |
Tim Quatmann
|
08f82d44f1
|
Renamed ApproximatePOMDPModelchecker to BeliefExplorationPomdpModelChecker
|
5 years ago |
Tim Quatmann
|
67bcafe5e1
|
storm-pomdp: Cleaned up includes of BeliefManager and BeliefMdpExplorer.
|
5 years ago |
Tim Quatmann
|
073d2affa4
|
api/verification: Added a missing include
|
5 years ago |
Alexander Bork
|
74c2f83110
|
Separated header and logic for struct in BeliefMdpExplorer
|
5 years ago |
Alexander Bork
|
1cce958e12
|
Separated header and logic for BeliefMdpExplorer
|
5 years ago |
Alexander Bork
|
8b7ab24d66
|
Moved struct functions to cpp-file
|
5 years ago |
Alexander Bork
|
4f61ab422e
|
Separated BeliefManager header and logic
|
5 years ago |
Tim Quatmann
|
4f5d54c310
|
Fixed error message.
|
5 years ago |
Tim Quatmann
|
202c25c3db
|
Added first working test case
|
5 years ago |
Tim Quatmann
|
5aa3610f2e
|
Model building: Set automatically building choice labels and origins within the BuilderOptions (previously, this was done in the cli code)
|
5 years ago |
Tim Quatmann
|
e9ab8e65d4
|
model building: Fixed correctly setting the number of reserved bits for unbounded state variables from the cli option
|
5 years ago |
Tim Quatmann
|
ae9360af03
|
Use the new MakeStateSetObservationClosed transformer for the belief-exploration based pomdp model checker
|
5 years ago |