Class MinVertexCover<T>
A minimum vertex conver algorithm implementation.
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class MinVertexCover<T> : object
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>> |