Stefan Pranger
|
2e2665a5cc
|
dirOverride should be const
|
5 years ago |
Stefan Pranger
|
47bc2ae677
|
removed default parameter
|
5 years ago |
Stefan Pranger
|
7c31774678
|
removed residual function calls
|
5 years ago |
Stefan Pranger
|
790c57898c
|
adapted virtual multiplier functions for opt dir
overrides
|
5 years ago |
Stefan Pranger
|
7063928d2f
|
refactored gmm opt dir overrides
|
5 years ago |
Stefan Pranger
|
b698a7cfcb
|
native multiplying now supports optdir overrides
|
5 years ago |
Stefan Pranger
|
ee22a4ae65
|
adaptations for lra computation in GMMXXMultiplier
Still WIP!
|
5 years ago |
Stefan Pranger
|
7bebfb91a0
|
smg lra debug commit
this should be dropped in the future
|
5 years ago |
Stefan Pranger
|
0ee383390d
|
fixed call of inherited function and
short curcuiting problem. Maybe && is overloaded somewhere?
|
5 years ago |
Stefan Pranger
|
df8b893417
|
change optimization direction if overridden
|
5 years ago |
Stefan Pranger
|
7abc84449b
|
added opt dir override bitvector to multiplier
This is mainly used by the SMG model checker to override row group
optimization directions.
|
5 years ago |
Stefan Pranger
|
2a88a3e95f
|
fix backwards multiplier
|
5 years ago |
Stefan Pranger
|
4a018c0ca7
|
added override to LESolver
|
5 years ago |
Stefan Pranger
|
7b59f4c755
|
adaptations for lra computation in GMMXXMultiplier
Still WIP!
|
5 years ago |
Stefan Pranger
|
c6c5c5cc13
|
smg lra debug commit
this should be dropped in the future
|
5 years ago |
Stefan Pranger
|
b3f5cd1c89
|
fixed call of inherited function and
short curcuiting problem. Maybe && is overloaded somewhere?
|
5 years ago |
Stefan Pranger
|
0e79f71435
|
change optimization direction if overridden
|
5 years ago |
Stefan Pranger
|
9ef1ec5f50
|
added opt dir override bitvector to multiplier
This is mainly used by the SMG model checker to override row group
optimization directions.
|
5 years ago |
Tim Quatmann
|
251527bccf
|
storm-pars: Make a more explicit warning if a non-parametric equation solver type is selected.
|
5 years ago |
Sebastian Junges
|
664484883a
|
allow termination in inner loop of OVI
|
5 years ago |
Tim Quatmann
|
da6333cead
|
Fix in scheduler export for acyclic Min Max solver
|
5 years ago |
Tim Quatmann
|
16ecb0fc8d
|
OVI: display current number of iterations with --progress --verbose.
|
5 years ago |
Tim Quatmann
|
94311e7d30
|
Topological solvers: Added a warning for numerical issues triggered in cases where in non-exact mode a selfloop probability is very close to 1 but not equal to 1
|
5 years ago |
Tim Quatmann
|
50c3a28305
|
Fixed spacing in ovi code.
|
5 years ago |
Tim Quatmann
|
cb39cc5c15
|
Optimistic value iteration helper: Removed unused code.
|
5 years ago |
Tim Quatmann
|
169f9201b2
|
ovi: Fixed heuristic for canceling a guess.
|
5 years ago |
TimQu
|
18d9ba0f38
|
ovi: fixed using incorrect precision
|
5 years ago |
Tim Quatmann
|
684c239f80
|
Using the revamped optimistic value iteration helper also for the lower bound.
|
5 years ago |
Tim Quatmann
|
1b2a78e9ac
|
Abstract equation solver: added getOptionalRelevantValues
|
5 years ago |
Tim Quatmann
|
990d1c9759
|
OVI: seperated implementation from header file. Use a separate helper for computing the upper bounds.
|
5 years ago |
Tim Quatmann
|
6e2dab0e0b
|
Silenced a warning in OVI code.
|
5 years ago |
Tim Quatmann
|
9ce9ae9eeb
|
OVI: Fixed too early termination.
|
5 years ago |
Tim Quatmann
|
3919c475ad
|
Added some progress information in topological solvers.
|
5 years ago |
Tim Quatmann
|
3d9b53723b
|
OVI: added case where the guessed upper bound corresponds to the fixpoint.
|
5 years ago |
Tim Quatmann
|
2273fda7c9
|
ovi helper: Take the relative/absolute precision and the maximal iteration count as a parameter because otherwise it is not clear whether we should take this information from the NativeEnvironment or the MinMaxEnvironment.
|
5 years ago |
Tim Quatmann
|
fd77b71084
|
OVI helper: fixed spacing in source code, changed two while loops to for loops
|
5 years ago |
Tim Quatmann
|
5917b020fc
|
GMM Multiplier: Support for y += A*x
|
6 years ago |
Jan Erik Karuc
|
6c70b42549
|
OVI: Defaulting to M1/M2, changed CLI option for termination guarantee
Adapted CLI option description
|
6 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
6 years ago |
Jan Erik Karuc
|
48a3b5a927
|
Optimizing original OVI & Switch for comparing minswap methods
|
6 years ago |
Jan Erik Karuc
|
6cfb2be36d
|
Preparation for minimum upper and aux benchmarking
This temporary option has not yet been implemented in OVI
|
6 years ago |
Tim Quatmann
|
9981df3f92
|
Z3LpSolver: Removed exception that was thrown by accident.
|
6 years ago |
Sebastian Junges
|
08cb25c28c
|
to be sure: z3model by const reference
|
6 years ago |
Tim Quatmann
|
9f1487392e
|
We now avoid the renaming of 'Eigen' to 'StormEigen' as this is (hopefully) not needed anymore.
|
6 years ago |
Tim Quatmann
|
dd7dc4b797
|
Towards allowing CLN numbers for RationalNumbers again.
|
6 years ago |
Jan Erik Karuc
|
f263d9a39f
|
Remove OVI hm debug elements
|
6 years ago |
Jan Erik Karuc
|
778a4fc71b
|
Added temporary function to apply no-change hm results on lower bound
|
6 years ago |
Jan Erik Karuc
|
7982d58ef7
|
Combine new upper bound geq cases
|
6 years ago |
Jan Erik Karuc
|
c07734d80a
|
Handle no change after verification iterations by re-guessing
This may lead to some testcases breaking. Needs further investigation
Handle only no change by re-guessing, instead of all other cases
|
6 years ago |
Tim Quatmann
|
6c32b645c4
|
Fixed compilation with mathsat.
|
6 years ago |