graph
Class Generator

java.lang.Object
  |
  +--graph.Generator

public class Generator
extends java.lang.Object

Generate all graphs with a given set of properties.


Method Summary
static void generateExceptionalSeries(int NGON)
          This generates all the graphs in the exceptional series.
static void generateQuadSeries(int casenum)
          This takes the Quad case number and generates a list of all the graphs satisfying the list of properties growing out of the Constants file.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateExceptionalSeries

public static void generateExceptionalSeries(int NGON)
This generates all the graphs in the exceptional series.
Parameters:
NGON - each graph must have a face with NGON vertices, and no faces with more.

generateQuadSeries

public static void generateQuadSeries(int casenum)
This takes the Quad case number and generates a list of all the graphs satisfying the list of properties growing out of the Constants file.

main

public static void main(java.lang.String[] args)