java.lang.Object
org.jgrapht.alg.flow.PushRelabelMFImpl.PushRelabelDiagnostic
- Enclosing class:
PushRelabelMFImpl<V,
E>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
dump()
private void
private void
incrementRelabels
(int from, int to)
-
Field Details
-
discharges
-
dischargesCounter
long dischargesCounter -
relabels
-
relabelsCounter
long relabelsCounter
-
-
Constructor Details
-
PushRelabelDiagnostic
private PushRelabelDiagnostic()
-
-
Method Details
-
incrementDischarges
-
incrementRelabels
private void incrementRelabels(int from, int to) -
dump
void dump()
-