|
SOLUTIONS
|
COMBINATORICA PACKAGE SYMBOL
ListGraphs
![]()
returns all nonisomorphic undirected graphs with n vertices and m edges.
ListGraphs[n, m, Directed]
returns all nonisomorphic directed graphs with n vertices and m edges.
ListGraphs[n]
returns all nonisomorphic undirected graphs with n vertices.
ListGraphs[n, Directed]
returns all nonisomorphic directed graphs with n vertices.
DetailsDetails
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
