dehnert
|
e364d3be53
|
added missing header
Former-commit-id: 9f3072ffc9
|
10 years ago |
sjunges
|
8568ee3986
|
only one optimization direction enum -- towards integration of termination criterions on the model checker
Former-commit-id: 648855264e
|
10 years ago |
dehnert
|
f4211637db
|
fixed warning and missing include
Former-commit-id: 09ad5ffb73
|
10 years ago |
sjunges
|
e3122e5ede
|
Faster compilation and topological failing test failed
Former-commit-id: 55c816594f
|
10 years ago |
sjunges
|
1086ffc1cc
|
Added allow early termination for min/max solvers
Former-commit-id: eaad511158
|
10 years ago |
sjunges
|
faf31156e0
|
fix for last changes + is probabilistic
Former-commit-id: 38df3f515f
|
10 years ago |
sjunges
|
97c24fe229
|
solver settings now within solver, minmax refactored to share common variables
Former-commit-id: b3c78ae038
|
10 years ago |
dehnert
|
fbd05cd780
|
more and more bugfixes
Former-commit-id: 7f1ba98797
|
10 years ago |
TimQu
|
ba95065ce3
|
Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly
Former-commit-id: c21911b56a
|
10 years ago |
sjunges
|
92082dc970
|
gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux
Former-commit-id: badef77583
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
sjunges
|
a129983ae9
|
cleaning includes for better compilation times
Former-commit-id: e2878ae043
|
10 years ago |
dehnert
|
e338cbe069
|
fixed a lot of warnings in the tests
Former-commit-id: b6752202ac
|
10 years ago |
dehnert
|
04f789619c
|
some work towards eliminating compiler warnings
Former-commit-id: d1eca470a4
|
10 years ago |
sjunges
|
0bd4b9b8ad
|
fixed some guards for smtsolver
Former-commit-id: 2205f1af57
|
10 years ago |
dehnert
|
9d5c3e7e2f
|
added functionality to flatten the modules of a PRISM program into one module
Former-commit-id: 04faac9c67
|
10 years ago |
dehnert
|
1e5398c8b7
|
LRA finally working for ctmcs
Former-commit-id: 699e4714a4
|
10 years ago |
dehnert
|
331ea9fc19
|
further work on steady state probabilities
Former-commit-id: d2497ac7eb
|
10 years ago |
sjunges
|
a412ac2a60
|
Progress in smtrat-smtsolver interface
Former-commit-id: 2cee8a4968
|
10 years ago |
sjunges
|
71f8504c08
|
included a necessary header which was indirectly included before to ease further implementations of the smtsolver interface
Former-commit-id: 72cdaf2628
|
10 years ago |
dehnert
|
1130efe0dc
|
step towards steady-state for CTMCs
Former-commit-id: 4ab4d6b8b6
|
10 years ago |
dehnert
|
4c35bc0f66
|
symbolic DTMC model checker working
Former-commit-id: d0913f7912
|
10 years ago |
dehnert
|
81c627b9b7
|
First version of fully symbolic game solver.
Former-commit-id: 34406f25b9
|
10 years ago |
PBerger
|
3bb0346407
|
Fixed missing typenames and member initialization reordering.
Former-commit-id: bdf24399d6
|
10 years ago |
PBerger
|
dce1d728e5
|
I added a few small documentation fixes.
Former-commit-id: d5d8f7fbb0
|
10 years ago |
PBerger
|
287393abc4
|
Added Policy Iteration to the NativeMinMaxLinearEquationSolver.
Added a test.
Former-commit-id: 087934eb47
|
10 years ago |
PBerger
|
f63e5fc873
|
Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver.
Added an option for selecting Value- or Policy Iteration in the GeneralSettings.
Former-commit-id: 6d12f10f60
|
10 years ago |
dehnert
|
c1917ce6d9
|
Finalized hybrid DTMC model checker. It now passes its tests.
Former-commit-id: 99d79e1bc6
|
10 years ago |
dehnert
|
3b4dca1a03
|
Improved Jacobi method a bit.
Former-commit-id: f4affeebf6
|
10 years ago |
dehnert
|
eb5d4100a6
|
Renamed Nondeterminstic equation solver as this name is more than misleading.
Former-commit-id: 7f08ed130c
|
11 years ago |
dehnert
|
1990567b84
|
Started to improve performance of sparse CTMC model checker.
Former-commit-id: 1d014412ec
|
11 years ago |
dehnert
|
d545fac471
|
Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers.
Former-commit-id: 9c727f41f9
|
11 years ago |
David_Korzeniewski
|
4dc69dd6f5
|
Fixed performance tests, and again things concerning templates I never heard of before.
Former-commit-id: 1d110c6aad
|
11 years ago |
David_Korzeniewski
|
7515ca5293
|
Fixed compile errors caused by parts of the c++ standard I've never heard of before...
Former-commit-id: 8dbd813f42
|
11 years ago |
David_Korzeniewski
|
8ebc0e4640
|
Final touches on cuda nondeterministic linear equation solver & modelchecker
Former-commit-id: c549ae0401
|
11 years ago |
David_Korzeniewski
|
ea2e616196
|
All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows.
Former-commit-id: 68cafa6f84
|
11 years ago |
dehnert
|
c3c83fbe4f
|
Fixed some compilation errors.
Former-commit-id: dc626450b8
|
11 years ago |
dehnert
|
f5e383722f
|
Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression.
Former-commit-id: 3d6250b393
|
11 years ago |
David_Korzeniewski
|
84f8a41302
|
More tests adapted, decreased verbosity of TopologicalValueIterationNondeterministicLinearEquationSolver
Former-commit-id: 6e0b492533
|
11 years ago |
David_Korzeniewski
|
ee4c961cc9
|
fixes for compile errors. target "storm" builds without errors
tests not compiling because of property modifications.
Former-commit-id: 0366cf99cd
|
11 years ago |
dehnert
|
1fb8d72a30
|
Merged master in parametricSystems.
Former-commit-id: 2fdc349e9d
|
11 years ago |
David_Korzeniewski
|
ab36c5fb0d
|
Workarounds for more Windows quirks. Compiles but tests crash.
Former-commit-id: 0c47ae886d
|
11 years ago |
David_Korzeniewski
|
7da35af0bb
|
Some compile errors on Windows fixed, some still persist.
Former-commit-id: 1a9331371b
|
11 years ago |
David_Korzeniewski
|
2279710443
|
Directly use Matrix with Decomposition
Former-commit-id: 745fa7c5c9
|
11 years ago |
David_Korzeniewski
|
3e4495cad0
|
small fixes
Former-commit-id: 0d9cc58d75
|
11 years ago |
David_Korzeniewski
|
78d3a392a5
|
Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver.
Former-commit-id: fa1ad5ce2a
|
11 years ago |
dehnert
|
b77772b242
|
Fixed some minor issues.
Former-commit-id: 410be1e1a9
|
11 years ago |
dehnert
|
6142c6c3b7
|
Fixed more missing ifdefs.
Former-commit-id: be15e6a4c0
|
11 years ago |
svkurowski
|
43c63f1cb6
|
Fixed typo from aa025df9
Former-commit-id: 9d0328651c
|
11 years ago |
dehnert
|
25db3f9d0f
|
Fixed error that prevents compilation if Z3 is not present.
Former-commit-id: d8de79f2ae
|
11 years ago |