#include "Header.h" #include "Solver.h" int main() { std::ifstream file("matrix.txt"); Solver slv(1., 0., 1., 3, 0, 1); slv.Execute(); return 0; }