Uses of Class
com.jgalgo.alg.flow.MaximumFlowPushRelabel
Package
Description
Algorithms for solving flow problems in graphs, such as maximum flow, min cost flow, and circulation problems.
-
Uses of MaximumFlowPushRelabel in com.jgalgo.alg.flow
Modifier and TypeMethodDescriptionstatic MaximumFlowPushRelabel
MaximumFlowPushRelabel.newInstanceFifo()
Create a new push-relabel maximum flow algorithm object with a FIFO heuristic.static MaximumFlowPushRelabel
MaximumFlowPushRelabel.newInstanceHighestFirst()
Create a new push-relabel maximum flow algorithm object with a highest first heuristic.static MaximumFlowPushRelabel
MaximumFlowPushRelabel.newInstanceLowestFirst()
Create a new push-relabel maximum flow algorithm object with a lowest first heuristic.static MaximumFlowPushRelabel
MaximumFlowPushRelabel.newInstanceMoveToFront()
Create a new push-relabel maximum flow algorithm object with a move-to-front heuristic.static MaximumFlowPushRelabel
MaximumFlowPushRelabel.newInstancePartialAugment()
Create a new push-relabel maximum flow algorithm object with a partial augment discharge policy and highest first active heuristic.