Пример #1
0
        public void Symmetric1TwistaneTest()
        {
            SimpleGraph         symmetric1Twistane = SimpleGraphFactory.MakeSymmetric1Twistane();
            SimpleQuotientGraph quotientGraph      = new SimpleQuotientGraph(symmetric1Twistane);

            CheckParameters(quotientGraph, 2, 2, 1);
        }