Matthias Volk
|
e951265839
|
Do not display help for hidden modules
|
9 years ago |
TimQu
|
61a44121b3
|
improved computation of lower/upper bounds for multi-objective model checking
|
9 years ago |
TimQu
|
fd7f8c7bac
|
Fixed an issue related to multi-objective model checking of models with potentially infinite expected reward
|
9 years ago |
dehnert
|
59666a9fe9
|
slight renaming in matrix builder to better capture semantics
|
9 years ago |
dehnert
|
99647c11fb
|
fixed an issue pointed out by Tim
|
9 years ago |
dehnert
|
66cb8c60d0
|
fixed applying a custom row-grouping if there is none in high-level cex
|
9 years ago |
dehnert
|
cdb35c8bac
|
fixed issue related to high-level counterexamples for liveness properties
|
9 years ago |
dehnert
|
4591dba631
|
made maxsat-based counterexample generation be applicable to DTMCs and MDPs
|
9 years ago |
dehnert
|
676120229b
|
intermediate stage
|
9 years ago |
sjunges
|
284a792c1a
|
highlevel counterexamples for smt: get conflict set directly
|
9 years ago |
sjunges
|
8ce3eaddc3
|
PrismProgram -- Used Constants
|
9 years ago |
sjunges
|
91d0cdf41d
|
fix non-terminating while loop in high level counterexamples
|
9 years ago |
dehnert
|
8646d614d4
|
reduced the number of initial buckets for the hash map used in explicit model building
|
9 years ago |
TimQu
|
c59d2160ee
|
Implemented (multi-dimensional) cost bounded properties for DTMCs (sparse engine only)
|
9 years ago |
TimQu
|
8e7d3107ca
|
added function to check whether a matrix is the identity matrix
|
9 years ago |
sjunges
|
88851f0105
|
install headers to include/storm
|
9 years ago |
dehnert
|
109b738258
|
adding some more output to Fox-Glynn
|
9 years ago |
dehnert
|
dd864c05e0
|
properly resizing weights vector in Fox-Glynn if the right bound is moved further due to the desired accuracy
|
9 years ago |
TimQu
|
ebc3f61b82
|
Fixed wrong size of state reward vector during conditional reward computation
|
9 years ago |
TimQu
|
a982af3348
|
setting lower bounds for equation solvers via move-reference
|
9 years ago |
dehnert
|
905ae821f3
|
extended SMT-based minimal label set generator so that it can deal with lower-bounded properties (however loosing the minimality property in some sense)
|
9 years ago |
dehnert
|
df86b6c815
|
fixing issue related to relevant value restriction in conditional properties
|
9 years ago |
Matthias Volk
|
0481ca3855
|
Fixed deprecated getType()
|
9 years ago |
dehnert
|
cd34e3d67e
|
fixed issue in rational search preventing convergence in many cases
|
9 years ago |
dehnert
|
70818dd9dd
|
finished c++ifying David Jansen's implementation of Fox-Glynn
|
9 years ago |
dehnert
|
27558e2140
|
started c++ifying David Jansen's implementation of Fox-Glynn
|
9 years ago |
dehnert
|
48b0a40d8a
|
fix typo
|
9 years ago |
dehnert
|
b0fd3c1730
|
started to rework Fox-Glynn
|
9 years ago |
TimQu
|
68ec4ca0ce
|
Various fixes for the case STORM_USE_CLN_EA=ON
|
9 years ago |
dehnert
|
0d18886966
|
re-enabling conversion of MA to CTMC if the MA only has Markovian states
|
9 years ago |
dehnert
|
f5b1259f3c
|
fixed issue related to Markov automata without proababilistic states
|
9 years ago |
dehnert
|
0d78367b9a
|
Catching empty selection in getSubmatrix pointed out by Timo Gros
|
9 years ago |
TimQu
|
43cba580a2
|
Fixed linear equation solver selection when ValueType is RationalFunction
|
9 years ago |
TimQu
|
a32cfb0d7f
|
Fixed uninitialized variables
|
9 years ago |
TimQu
|
fe95a4e4a7
|
fixed some number conversions that did not work for CLN numbers
|
9 years ago |
dehnert
|
6042588baf
|
fixed one of two issues raised by TQ
|
9 years ago |
TimQu
|
285b2c71b9
|
renamed some files/classes
|
9 years ago |
TimQu
|
149fc2e009
|
The solution to the minmax equation system becomes unique after eliminating end components.
|
9 years ago |
TimQu
|
3898931540
|
Some sanity checks regarding linear equation solver requirements
|
9 years ago |
TimQu
|
776ce4c8bb
|
Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication.
|
9 years ago |
TimQu
|
e09cb86001
|
making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration
|
9 years ago |
TimQu
|
1174454ffb
|
Computing upper reward bounds in hybrid dtmc checker
|
9 years ago |
TimQu
|
9c6672778b
|
fixed getting/setting the restart threshold in gmmxx environment
|
9 years ago |
TimQu
|
e46f4e154b
|
1. Ensured that when doing policy iteration the underlying solver is at least as precise as the minmax solver.
2. Fix for SolverGuarantees: They are only established if bounds were actually given.
|
9 years ago |
TimQu
|
3458e42d05
|
removed a WARN message at wrong position
|
9 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
9 years ago |
dehnert
|
c2c306163f
|
slightly fixing syntax
|
9 years ago |
Joachim Klein
|
3783ff6420
|
Fix memory leak in BaseException (and derived exceptions)
|
9 years ago |
Joachim Klein
|
f5a3291ce7
|
Fix memory leak in BitVector::operator=(BitVector&& other)
|
9 years ago |
Joachim Klein
|
f56076aacf
|
Add virtual destructors to classes having virtual functions.
(Silences warnings from -Wdelete-non-virtual-dtor -Wnon-virtual-dtor)
|
9 years ago |