Package org.jgrapht.alg.flow
Class PushRelabelMFImpl.PushRelabelDiagnostic
- java.lang.Object
-
- org.jgrapht.alg.flow.PushRelabelMFImpl.PushRelabelDiagnostic
-
- Enclosing class:
- PushRelabelMFImpl<V,E>
private class PushRelabelMFImpl.PushRelabelDiagnostic extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<Pair<V,V>,java.lang.Integer>
discharges
(package private) long
dischargesCounter
(package private) java.util.Map<Pair<java.lang.Integer,java.lang.Integer>,java.lang.Integer>
relabels
(package private) long
relabelsCounter
-
Constructor Summary
Constructors Modifier Constructor Description private
PushRelabelDiagnostic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
dump()
private void
incrementDischarges(MaximumFlowAlgorithmBase.AnnotatedFlowEdge ex)
private void
incrementRelabels(int from, int to)
-
-
-
Method Detail
-
incrementDischarges
private void incrementDischarges(MaximumFlowAlgorithmBase.AnnotatedFlowEdge ex)
-
incrementRelabels
private void incrementRelabels(int from, int to)
-
dump
void dump()
-
-