Package ons.util

Class WeightedGraphLPCandidates

java.lang.Object
ons.util.WeightedGraph
ons.util.WeightedGraphLPCandidates
All Implemented Interfaces:
java.io.Serializable

public class WeightedGraphLPCandidates
extends WeightedGraph
implements java.io.Serializable
A weighted graph associates a label (weight) with every edge in the graph. If a pair of nodes has weight equal to zero, it means the edge between them doesn't exist.
See Also:
Serialized Form