Ejemplo n.º 1
0
        public void NapthaleneTest()
        {
            SimpleGraph         napthalene    = SimpleGraphFactory.MakeNapthalene();
            SimpleQuotientGraph quotientGraph = new SimpleQuotientGraph(napthalene);

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