szhorvat / IGraphM

IGraph/M is the igraph interface for Mathematica
http://szhorvat.net/mathematica/IGraphM
Other
91 stars 17 forks source link

Some doc examples incompatible with M11.0 #96

Closed szhorvat closed 4 years ago

szhorvat commented 5 years ago

Currently, the documentation is evaluated with M11.0.

The following are incompatible with this M version:

GraphData["C3+K1,3"], GraphData["C3+2P2+K1"]

It gives a GraphData::notdef error, which can be used to search for this problem.