Ejemplo n.º 1
0
        public void SpiroPentagonTest()
        {
            SimpleGraph         spiroPentagons = SimpleGraphFactory.MakeSpiroPentagons();
            SimpleQuotientGraph quotientGraph  = new SimpleQuotientGraph(spiroPentagons);

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