9 Commits (ba1f6bf3d543bcb8d4016da8aeddfc0cc43f012c)

Author SHA1 Message Date
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 8 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 8 years ago
dehnert 8153306ced fixed wrong call to Eigen's iterative solvers 8 years ago
dehnert 07c787b49d added unsupported solvers of eigen 8 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 8 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 8 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 8 years ago
dehnert 4e14ecb869 made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions 8 years ago
dehnert 023325b53d added tests for Eigen solver 8 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 9 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 10 years ago
dehnert 266d660d89 Added functions responsible for printing the help. Started adapting the tests to the new option system. 10 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 10 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 10 years ago
PBerger 94b25c02ca Fixed bugs in some files. 11 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 11 years ago