Tim Quatmann
|
dd1d53046c
|
utility/constants.cpp: Fixing unknown 'isnan'
|
7 years ago |
Tim Quatmann
|
3836fd42c0
|
utility/vector: Added hasZeroEntry and hasInfinityEntry
|
7 years ago |
Tim Quatmann
|
4322d00034
|
FilteredRewardModel: added create method that works without a checkout.
|
7 years ago |
Tim Quatmann
|
3a21ce8009
|
utility/vector: buildVectorForRange now gets the type of the vector as a template parameter.
|
7 years ago |
TimQu
|
c7aec92dc9
|
modelchecker: Added support for non-trivial reward accumulations for Sparse/Hybrid/Dd engines.
|
7 years ago |
Tim Quatmann
|
5869a1f5fd
|
Simplified StronglyConnectedComponentDecomposition.
|
7 years ago |
Matthias Volk
|
b9c38fe11a
|
Fixed includes
|
7 years ago |
Tim Quatmann
|
5d57746db2
|
If an option is unknown, Storm now prints a hint to similar option names.
|
7 years ago |
Tim Quatmann
|
01800f1590
|
Added string utility functions to find similar strings.
|
7 years ago |
Tim Quatmann
|
27c2a8ba95
|
Added string utility functions to find similar strings.
|
7 years ago |
Tim Quatmann
|
c6fd015e6c
|
Picking a default SmtSolver, even if no CoreSettings are available.
|
7 years ago |
Tim Quatmann
|
84476b7000
|
Fixed getSmtSolver which previously did not respect the SmtSolver selection from the settings.
|
7 years ago |
TimQu
|
e89cbf2886
|
fixed cyclic check.
|
8 years ago |
TimQu
|
04082fb2d6
|
Added a method to check whether a graph contains a cycle.
|
8 years ago |
TimQu
|
4924a0e557
|
Fixed 'isZero' function in ConstantsComparator.
|
8 years ago |
Sebastian Junges
|
43688d09ea
|
reward infinity scheduler extraction is now correct
|
8 years ago |
Sebastian Junges
|
93ca559c83
|
additional sanity checks for scheduler extraction
|
8 years ago |
TimQu
|
e6fc962e5e
|
In exact mode, use LP as LRA Method for nondeterministic models.
|
8 years ago |
sjunges
|
d417c9ecbe
|
Fix assertion. assert(x < y < z) is not the same as assert(x < y and y < z).
|
8 years ago |
Sebastian Junges
|
fef4b694d4
|
topo sort: add first states
|
8 years ago |
TimQu
|
4dc234d635
|
silenced several 'unused parameter'-warnings
|
8 years ago |
TimQu
|
ea1a1d97ef
|
fixed export of jani functions to json. Remove output to cout when writing the jani file
|
8 years ago |
TimQu
|
034fbf20c7
|
extended SubsystemBuilder, made ChoiceSelector work for MAs as well.
|
8 years ago |
TimQu
|
b5bb87404c
|
replaced occurrences of 'substituteConstants' by 'substituteConstantsFormulas'
|
8 years ago |
TimQu
|
ea76f6d0be
|
prism parser no longer inserts formula definitions directly. Note that these have to be eliminated afterwards
|
8 years ago |
TimQu
|
ed2de09ce3
|
added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions
|
8 years ago |
Matthias Volk
|
9902bb9dff
|
Fixed version parsing for 'commits ahead'
|
8 years ago |
TimQu
|
fbce6a4795
|
added function to check whether a vector has a zero element
|
8 years ago |
dehnert
|
2aff2e9382
|
adding some more timing output
|
8 years ago |
dehnert
|
48f5608157
|
making policy iteration available for game-based abstraction (prototypical for now)
|
8 years ago |
dehnert
|
9b80c65d72
|
more and more debugging
|
8 years ago |
dehnert
|
135c38777f
|
game-based abstraction working with rational numbers
|
8 years ago |
dehnert
|
14724b529f
|
further debugging
|
8 years ago |
dehnert
|
9f72f67d9f
|
adding precision to less/greater in vector reduction, adding export to json
|
8 years ago |
dehnert
|
09876f6808
|
lots of debug output
|
8 years ago |
dehnert
|
8f4f5c555e
|
explicit Dijkstra search for pivot state now follows the strategies separately
|
8 years ago |
dehnert
|
1a46300f61
|
adding relative precision to comparator and game-based abstraction
|
8 years ago |
dehnert
|
87843e084e
|
several fixes related to game-based abstraction
|
8 years ago |
Matthias Volk
|
300ccd731f
|
Use to_string in DRN exporter
|
8 years ago |
dehnert
|
6d445e38af
|
fixes github issue #18
|
8 years ago |
dehnert
|
237d390e40
|
reworked version retrieval slightly
|
8 years ago |
TimQu
|
7cdc7bd21d
|
progress measurement can now correctly handle the case where maxcount = 0
|
8 years ago |
Matthias Volk
|
7f7778533a
|
Typos
|
8 years ago |
dehnert
|
03a94016b3
|
workaround for bug in clang (bug report filed)
|
8 years ago |
dehnert
|
3ad85ba0e6
|
fixes and improvements for game-based abstraction
|
8 years ago |
dehnert
|
a13ed96966
|
first working version of sparse game-based abstraction refinement
|
8 years ago |
Matthias Volk
|
3e2aba515d
|
Added support for exit rates and Markovian/probabilistic states in DRN Format
|
8 years ago |
Matthias Volk
|
76d5ddad30
|
Minor improvements in DRN parser
|
8 years ago |
dehnert
|
25853f08f1
|
fixed newly introduced issues with more restrictive choice updates
|
8 years ago |
dehnert
|
5159afc348
|
further work towards proper scheduler extraction for games
|
8 years ago |