Skip to content

Implement directed graph interfaces and implementations #7

@lintool

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions