Closed hotpeperoncino closed 6 years ago
As you guessed, Graphillion currently supports undirected graphs only. If you only want to enumerate/count paths in a directed graph, you can use the following implementation:
https://github.com/junkawahara/frontier
Best regards,
Thank you for your reply and information. I want to do intersection operation between several results. I'd like to investigate the introduced library, thanks.
I have the same issue @hotpeperoncino (i.e., finding all paths). Did you find the aforementioned lib useful? Or direct me to any useful resource, please. Thanks @takemaru for making the graphillion available.
Although I haven't used the lib, the developer of the lib is one of Graphillion founders, so I believe it is useful for Graphillion users.
I'd like to use one way direction edge in graph in case of finding all pathes. Probably as default behavior, this library computes on bidirectional graph. when some edges have only one direction, how to support them in program ? can I have your advice?