Zulip Chat Archive

Stream: Is there code for X?

Topic: Directed (flow) graphs and dominator trees?


Siddharth Bhat (Jul 17 2024 at 10:40):

I'm interested in slowly verifying key properties relating to dominance on a flow graph. I was unable to find directed graphs in mathlib, but I guess one can squint at a quiver and (ab)use it to represent directed graphs. Is this the recommended path?

Siddharth Bhat (Jul 17 2024 at 10:40):

To be clear, I'm interested in developing the theory such that there's a chance it's upstreamable, so I would like to at least pick the mathlib-style representation if nothing else!

Siddharth Bhat (Jul 17 2024 at 10:40):

(CC @Tobias Grosser @Andrés Goens @Alex Keizer )

Daniel Weber (Jul 17 2024 at 11:02):

You might also want to ask in #graph theory . Anyway as far as I know directed graphs aren't in Mathlib yet, and I'm not sure what's the current plan for adding them

Shreyas Srinivas (Jul 17 2024 at 13:49):

There is a PR on the #queue that adds the basic defs of a directed graph


Last updated: May 02 2025 at 03:31 UTC