Tim Quatmann
|
deaaf41af2
|
Fixed returning a reference to a local object.
|
6 years ago |
Tim Quatmann
|
658f4a6898
|
DetScheds: 'better' reference point plus clean up
|
6 years ago |
Tim Quatmann
|
cd3290cb7d
|
DetSchedsLpChecker: Helping vertex checking by shrinking the search space.
Also fixed some issues w.r.t. minimizing objectives.
|
6 years ago |
Tim Quatmann
|
12c8f8928d
|
DeterministicSchedsObjectiveHelper: Compute tighter lower/upper bounds.
|
6 years ago |
Tim Quatmann
|
193c961727
|
Removed unnecessary include.
|
6 years ago |
Tim Quatmann
|
ee090b630e
|
deterministic schedulers: Refactored code for lp-based checker.
|
6 years ago |
Tim Quatmann
|
0f0a586230
|
First version of MILP based deterministic scheduler technique.
|
6 years ago |
Tim Quatmann
|
289bfb7229
|
Added missing include.
|
6 years ago |
TimQu
|
dd93b1dae9
|
rewardbounded: Improved code structure.
|
7 years ago |
Tim Quatmann
|
82402ba3ae
|
rewardbounded: Moved epoch model analysis to a separate file.
|
7 years ago |
TimQu
|
d9d86e4f56
|
asserted that infinity is never obtained as a model checker result
|
7 years ago |
TimQu
|
b696d63953
|
checking if a facet has been analyzed sufficiently precise via smt
|
7 years ago |
TimQu
|
ac1d5df5c4
|
debugging and output of results for deterministic pareto explorer
|
7 years ago |
TimQu
|
571e157eef
|
added missing return statement
|
7 years ago |
TimQu
|
5c08d85a38
|
Fixes for multiobjective preprocessor in cases where reduction to total rewards is not possible
|
7 years ago |
TimQu
|
b14c554df2
|
correct treatment of Markov Automata in scheduler evaluator
|
7 years ago |
TimQu
|
789367a28b
|
using new memory incorporation in multi objective model checking
|
7 years ago |
TimQu
|
5163803243
|
added nondeterministic memory structure
|
7 years ago |
TimQu
|
51a5a82a5f
|
more functionality for deterministic Pareto Explorer
|
7 years ago |
TimQu
|
7b43e79ff5
|
adding missing template instantiation
|
7 years ago |
TimQu
|
e4817759df
|
policy iteration based weight vector checker
|
7 years ago |
TimQu
|
aece3020f6
|
improved functionality of the scheduler evaluator
|
7 years ago |
TimQu
|
bf973187c4
|
use deterministicParetoExplorer in case there is a scheduler restriction.
|
7 years ago |
TimQu
|
a638104adb
|
using new post processing class for the 'old' implementation.
|
7 years ago |
TimQu
|
136084af75
|
started implementing deterministic scheduler finding approach for multi-objective model checking
|
7 years ago |
TimQu
|
7cee81a223
|
adapt multi-objective model checking components to new preprocessing
|
7 years ago |
TimQu
|
4c0bda2664
|
better modularity for multi-objective preprocessing
|
7 years ago |
TimQu
|
5c38a4ef89
|
implemented environment for multiobjective settings
|
7 years ago |
TimQu
|
3310f51857
|
allowed for more fine grained solver requirements
|
7 years ago |
TimQu
|
24382630dc
|
removed output of performed iterations to cout
|
8 years ago |
TimQu
|
ba96fde3c9
|
fixed sum that was too much nested
|
8 years ago |
TimQu
|
d2cfbb6096
|
fix issue where constraint based multi objective model checking lead to a stack overflow.
|
8 years ago |
TimQu
|
674a30c154
|
removed some 'experimental' code and introduced the #iteration output again
|
8 years ago |
TimQu
|
13184aefcf
|
Printing the number of performed iterations (reverted from commit b5399d0596 )
|
8 years ago |
TimQu
|
b5399d0596
|
Printing the number of performed iterations
|
8 years ago |
TimQu
|
a2bd1e0026
|
renamed argument from getRequirements so that it is easier to understand
|
8 years ago |
TimQu
|
61a44121b3
|
improved computation of lower/upper bounds for multi-objective model checking
|
8 years ago |
TimQu
|
fd7f8c7bac
|
Fixed an issue related to multi-objective model checking of models with potentially infinite expected reward
|
8 years ago |
TimQu
|
285b2c71b9
|
renamed some files/classes
|
8 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.
|
8 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
8 years ago |
Joachim Klein
|
f56076aacf
|
Add virtual destructors to classes having virtual functions.
(Silences warnings from -Wdelete-non-virtual-dtor -Wnon-virtual-dtor)
|
8 years ago |
TimQu
|
42cea9c688
|
better subenvironments
|
8 years ago |
TimQu
|
6d23c79737
|
Making libstorm compile again
|
8 years ago |
TimQu
|
a2716ed85b
|
environment in multi-objective model checking methods
|
8 years ago |
TimQu
|
94e66a966f
|
removed unused files
|
8 years ago |
TimQu
|
ccf7521250
|
Multi-dimensional cumulative reward formulas
|
8 years ago |
TimQu
|
c9beea4f33
|
better lower/upper result bounds
|
8 years ago |
TimQu
|
746a58ff12
|
better statistics output
|
8 years ago |
TimQu
|
86253fe88a
|
moved multidimensional unfolding implementation from multiobjective into helper namespace
|
8 years ago |