This page aims at documenting the progress of the Graph Theory component of Sage.
- This page aims at comparing the features implemented in Mathematica that are missing in Sage.
The following (families of) graphs are still to be introduced into Sage:
- ?
- Testing if a graph is distance-transitive. See http://mathworld.wolfram.com/Distance-TransitiveGraph.html
The following graph operations are still missing:
- ?
Following is a list of tasks that can be done more efficiently than in the current implementation.
- Computing the list of neighbouring vertices efficiently. See ticket #13730.