Question: NonIsomorphicGraphs

I want to use the NonIsomorphicGraphs command in the GraphTheory package to find all nonisomorphic graphs on n vertices where all vertices have degree at least 1. I believe that I should be able to do this using the select=procedure option, but the Maple Help Files don't seem to give me enough information as to how I code the procedure. In particular, I don't know precisely how to pass the candidate graphs from NonIsomorphicGraphs to my procedure and what to call the graphs once they are in my procedure. I suspect that the ouput of the procedure should be true or false

Please Wait...