5 Commits (7f56c82523ead89e64794e23617d52afef9ed6d1)

Author SHA1 Message Date
dehnert 7f56c82523 moved to providing solve goals in sparse model checkers and helpers 8 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 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 9 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 9 years ago
dehnert 5a1039838f made everything compile again and all tests passing 10 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 10 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 years ago
TimQu 1225b056f2 a little refactoring 10 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 10 years ago
dehnert e364d3be53 added missing header 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago