コード例 #1
0
        public void Symmetric2TwistaneTest()
        {
            SimpleGraph         symmetric2Twistane = SimpleGraphFactory.MakeSymmetric2Twistane();
            SimpleQuotientGraph quotientGraph      = new SimpleQuotientGraph(symmetric2Twistane);

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