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(IGraph<T>)
Declaration
public List<IGraphVertex<T>> GetMinVertexCover(IGraph<T> graph)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph<T> | graph |
Returns
| Type | Description |
|---|---|
| List<IGraphVertex<T>> |