public class AlgoCVDHeuristic
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AlgoCVDHeuristic.CVD<VertexType,EdgeType> |
class |
AlgoCVDHeuristic.Node |
class |
AlgoCVDHeuristic.Node2 |
class |
AlgoCVDHeuristic.P3 |
Constructor and Description |
---|
AlgoCVDHeuristic() |
Modifier and Type | Method and Description |
---|---|
<VertexType,EdgeType> |
hasP3(GraphLibrary<VertexType,EdgeType> graph) |
<VertexType,EdgeType> |
quicker(GraphLibrary<VertexType,EdgeType> graph) |
<VertexType,EdgeType> |
quickest(GraphLibrary<VertexType,EdgeType> graph) |
<VertexType,EdgeType> |
slow(GraphLibrary<VertexType,EdgeType> graph) |
public <VertexType,EdgeType> java.lang.Boolean hasP3(GraphLibrary<VertexType,EdgeType> graph)
public <VertexType,EdgeType> java.util.ArrayList<VertexType> quicker(GraphLibrary<VertexType,EdgeType> graph)
public <VertexType,EdgeType> java.util.ArrayList<VertexType> quickest(GraphLibrary<VertexType,EdgeType> graph)
public <VertexType,EdgeType> java.util.ArrayList<VertexType> slow(GraphLibrary<VertexType,EdgeType> graph)