TimQu
|
5ff20b55e1
|
misc compilation issues
|
8 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
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
9 years ago |
TimQu
|
fd8c99b989
|
Introducing Environment in MinMaxSolvers and ModelCheckers
|
9 years ago |
dehnert
|
55c787e0d8
|
proper EC elimination in hybrid helper
|
9 years ago |
dehnert
|
2d41de479e
|
added progress outputs to iterative solvers
|
9 years ago |
dehnert
|
d8d3404b87
|
fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states
|
9 years ago |
dehnert
|
7f56c82523
|
moved to providing solve goals in sparse model checkers and helpers
|
9 years ago |
TimQu
|
f0ae3a2dfb
|
Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N
|
9 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
10 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
10 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
10 years ago |
dehnert
|
b4e0cabef6
|
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
|
10 years ago |
dehnert
|
00d331ebb4
|
moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors
Former-commit-id: 27e1ae2466
|
10 years ago |
dehnert
|
5a1039838f
|
made everything compile again and all tests passing
Former-commit-id: 65c66fb58f
|
11 years ago |
dehnert
|
bdcd4b26a3
|
refactoring early termination and solve goals and bounds
Former-commit-id: 123835f655
|
11 years ago |
dehnert
|
dee44056d1
|
work towards generating schedulers (and some other related stuff)
Former-commit-id: 23cbcb5fb5
|
11 years ago |
TimQu
|
1225b056f2
|
a little refactoring
Former-commit-id: 9af14c006c
|
11 years ago |
dehnert
|
7cafd61c38
|
switched gcc to use c++14 as well
Former-commit-id: 32d9c46192
|
11 years ago |
dehnert
|
e364d3be53
|
added missing header
Former-commit-id: 9f3072ffc9
|
11 years ago |
sjunges
|
8568ee3986
|
only one optimization direction enum -- towards integration of termination criterions on the model checker
Former-commit-id: 648855264e
|
11 years ago |