最小费用最大流 Resources

Showing items tagged with "最小费用最大流"

Floyd's shortest path algorithm for finding all-pairs shortest paths in weighted graphs, algorithms for computing minimum cost maximum flow in networks, and the Hungarian algorithm for solving maximum matching in bipartite graphs. These algorithms include implementation details, complexity analysis, and practical applications in transportation, communications, and logistics.

MATLAB 241 views Tagged