Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valid edge operator for graph type #1

Open
ChristianMurphy opened this issue Apr 8, 2018 · 0 comments
Open

Valid edge operator for graph type #1

ChristianMurphy opened this issue Apr 8, 2018 · 0 comments
Labels
🦋 type/enhancement This is great to have

Comments

@ChristianMurphy
Copy link
Member

Valid

// graph uses undirected edges
graph {
  a -- b
}

// digraph uses directed edges
digraph {
  a -> b
}

Invalid

graph {
  a -> b
}

digraph {
  a -- b
}
@ChristianMurphy ChristianMurphy added the 🦋 type/enhancement This is great to have label Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦋 type/enhancement This is great to have
Development

No branches or pull requests

1 participant