Uses of Interface
com.jgalgo.graph.IWeightFunction

Packages that use IWeightFunction
Package
Description
Algorithms for solving flow problems in graphs, such as maximum flow, min cost flow, and circulation problems.
Algorithms for finding paths in graphs, such as shortest paths, iterating over all simple paths between two vertices, computing the Voronoi cells given a set of sites, ect.
Algorithms for finding the minimum spanning trees and Steiner trees of graphs.
Graphs object are the fundamental building blocks of the JGAlgo library.