525 Commits (ed6d299d464d01345fedcf5e2def7b2a6db3b360)

Author SHA1 Message Date
sjunges 73310b9881 fixed tests: glpk had wrong minimize, solver.cpp tested in wrong direction on policy iteration in case we use top. value iteration 9 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
dehnert 08bc810b2c added missing include 9 years ago
dehnert 57338640be added missing include 9 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 9 years ago
sjunges f219437acf Faster compilation times! 9 years ago
sjunges 1086ffc1cc Added allow early termination for min/max solvers 9 years ago
sjunges f006d54995 vector min_if, max_if 9 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 9 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 9 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 9 years ago
dehnert b94e978843 another round of fixes 9 years ago
sjunges 707a4f500b vector sum_if 9 years ago
sjunges d4ba7905fa Extra constructor for simple testing. 9 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 9 years ago
dehnert 972c391eb1 fixed some more bugs/warnings 9 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 9 years ago
dehnert fbd05cd780 more and more bugfixes 9 years ago
dehnert b3178e17f6 more bug fixes 9 years ago
dehnert 73a2491dfb more bugfixes 9 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 9 years ago
sjunges 5e428a795a And more includes on the right spot. 9 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 9 years ago
sjunges 84ecabd2c8 further fixes, for performance tests and windows 9 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 9 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 9 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 9 years ago
sjunges a129983ae9 cleaning includes for better compilation times 9 years ago
sjunges 72784d752d permissive schedulers - ongoing work 9 years ago
dehnert d7f1012509 got rid of more warnings 9 years ago
dehnert 56b4f53ce7 got rid of more warnings 9 years ago
dehnert e338cbe069 fixed a lot of warnings in the tests 9 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 9 years ago
dehnert c683934ea0 removed debug output and fixed bug 9 years ago
dehnert 8985ad77cf added first debug output to track down bug 9 years ago
dehnert d62539165e 'Identity updates' can now be described as applying 'true' in PRISM programs. 9 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 9 years ago
dehnert c99a61307f hybrid dtmc model checker can now also treat lra 10 years ago
dehnert 39abecbad3 added some tests for LRA in CTMCs 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
dehnert 6c4162fae4 more work towards steady state for CTMCs 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 10 years ago
PBerger 0c3c057f83 Fixed the usual "typename" errors in Clang-code. 10 years ago
dehnert a4663ccfd3 added missing input file for tests 10 years ago
PBerger 287393abc4 Added Policy Iteration to the NativeMinMaxLinearEquationSolver. 10 years ago
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 10 years ago
David_Korzeniewski cf5442fe45 Bugfix and test-fix: Only the "never leave MEC"-states have cost > 0 and transition costs are all 0 in the ssp. 10 years ago
David_Korzeniewski 8e688f71ff Tests for DTMC LRA and some bugfixes. All tests pass. 10 years ago