Class AhujaOrlinSharmaCyclicExchangeLocalAugmentation.PathSetKey<V>
java.lang.Object
org.jgrapht.alg.cycle.AhujaOrlinSharmaCyclicExchangeLocalAugmentation.PathSetKey<V>
- Type Parameters:
V- the vertex type
- Enclosing class:
AhujaOrlinSharmaCyclicExchangeLocalAugmentation<V,E>
Implementation of a key for the path maps. It is used in
AhujaOrlinSharmaCyclicExchangeLocalAugmentation to efficiently maintain the path sets in the
calculation.
- Since:
- June 7, 2018
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePathSetKey(V head, V tail, Set<Integer> labels) Constructs a new PathSetKey object -
Method Summary
-
Field Details
-
head
the head of the paths indexed by this key -
tail
the tail of the paths indexed by this key -
labels
-
-
Constructor Details
-
PathSetKey
-
-
Method Details
-
hashCode
-
equals
-