12 Commits (c21ea2ce1f54a4811169325b0220559e3e0c1b16)

Author SHA1 Message Date
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 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 10 years ago
dehnert 5a1039838f made everything compile again and all tests passing 11 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 11 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 11 years ago
TimQu 1225b056f2 a little refactoring 11 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 11 years ago
dehnert e364d3be53 added missing header 11 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 11 years ago