Skip to content

Implement directed graph interfaces and implementations #7

Description

@lintool

It should be possible to use GraphJet for monopartite directed graphs. I can see this as a common usage scenario. My plan is to implement monopartite directed graphs as wrappers around the bipartite implementations. Specifically:

  • We'll have interfaces DirectedGraph, DynamicDirectedGraph, IncomingIndexedDirectedGraph, and OutgoingIndexedDirectedGraph.
  • If we set left-side nodes equal to right-side nodes, then outgoing maps to left-indexed and incoming maps to right-indexed.

Thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions