Module org.jgrapht.core
Package org.jgrapht.alg.cycle
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
ConstructorsModifierConstructorDescriptionprivate
PathSetKey
(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
the label set of the paths indexed by this key
-
-
Constructor Details
-
PathSetKey
Constructs a new PathSetKey object- Parameters:
head
- the head of the paths indexed by this keytail
- the tail of the paths indexed by this keylabels
- the label set of the paths indexed by this key
-
-
Method Details