You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the ability to flag whether to ignore or to report an error and fail for multiple edges and self-loop edges (or to allow them, if support is added for either of them).
When transforming a graph into the "digraph6" format, the letter 'd' is used, i.e., planarity -t [-q] C|-td I O.
The text was updated successfully, but these errors were encountered:
Nauty supports output of a "digraph6" or ".d6" file format for digraphs. Implement a reader and writer for this format.
Include the ability to flag whether to ignore or to report an error and fail for multiple edges and self-loop edges (or to allow them, if support is added for either of them).
When transforming a graph into the "digraph6" format, the letter 'd' is used, i.e.,
planarity -t [-q] C|-td I O
.The text was updated successfully, but these errors were encountered: