Пример #1
0
        public SearchTests()
        {
            GraphFactory <int, double> factory = new GraphFactory <int, double>();

            Graph = factory.CreateGraphFromFile("./graphs/Graph1.txt", new DefaultGraphTextLineParser());
        }