public void DiSpiroOctaneQuotientGraphTest()
        {
            SimpleGraph         diSpiroOctane = SimpleGraphFactory.MakeDiSpiroOctane();
            SimpleQuotientGraph quotientGraph =
                new SimpleQuotientGraph(diSpiroOctane);

            CheckParameters(quotientGraph, 5, 6, 1);
        }