Skip to content

Launch on PyPi

Compare
Choose a tag to compare
@josek98 josek98 released this 05 May 18:54
· 60 commits to master since this release
b5b1e68

GRAPHS ARE HERE!!!

This is the release of pywgraph, a python library design to implement weighted directed graphs where weights of edges can be elements of an specific mathematical group. With this abstraction, you can traverse the graph over the edges and using the group operation to get the weight of the travelled path. If you want to use it simpler, when no group is specify the weights are suppose to be floating numbers with the multiplication to calculate weight over paths.