public void Fullerene26Test()
        {
            SimpleGraph fullerene26 = SimpleGraphFactory.Make26Fullerene();

            Check3Regularity(fullerene26);
            SimpleQuotientGraph quotientGraph =
                new SimpleQuotientGraph(fullerene26);

            CheckParameters(quotientGraph, 4, 5, 2);
        }