static 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.
|