@gduchaussois not sure I understand what you want... Djikstra gives you one (the shortest) path but you want all the paths (there can be an infinite number of paths if you don’t restrict your rules)?
@immae even if I can get one then another it's fine. The goal is to eliminate dependencies in terraform module using the dot file generated by terraform --graph
@gduchaussois https://pypi.org/project/igraph/ supports graphviz format as import and can list you all the shortest paths (I assume it means "without cycle") between two dots, would that suit you?
@immae looks great, thanks a lot
@gduchaussois ah cool