Class MinVertexCover<T>
A minimum vertex conver algorithm implementation.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class MinVertexCover<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
GetMinVertexCover(Graph<T>)
Declaration
public List<GraphVertex<T>> GetMinVertexCover(Graph<T> graph)
Parameters
Type | Name | Description |
---|---|---|
Graph<T> | graph |
Returns
Type | Description |
---|---|
List<GraphVertex<T>> |