Graph library in Fortran?

Hello,

I am trying to search for graph libraries in Fortran (hopefully in modern Fortran). Here, “graph” means networks (= nodes connected by edges), not visualization (like “plot a graph”). I have found the following libraries up to now:

and I am wondering if there are also other similar libraries that cover typical algorithms / functionality? (For my use case, I have written my own graph routine recently, but wondering if it may be more convenient to use existing libraries.)

Thanks very much in advance!

2 Likes

@rouson and I forked DAGLIB here to use in FEATS, but the only algorithms we needed at the time were “sort”, “points to”, and “pointed at by”. We’d be happy to have contributions.

1 Like