MaximumCliqueAlgorithmBaseTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.Cliques
public abstract class MaximumCliqueAlgorithmBase<TVertex, TEdge> : AlgorithmBase<IUndirectedGraph<TVertex, TEdge>> where TEdge : Object, IEdge<TVertex>
The MaximumCliqueAlgorithmBaseTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaximumCliqueAlgorithmBaseTVertex, TEdge(IUndirectedGraphTVertex, TEdge) | |
![]() | MaximumCliqueAlgorithmBaseTVertex, TEdge(IAlgorithmComponent, IUndirectedGraphTVertex, TEdge) |
Name | Description | |
---|---|---|
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | BeginComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Clean | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | EndComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | (Inherited from AlgorithmBaseTGraph.) |
![]() | InternalCompute | (Inherited from AlgorithmBaseTGraph.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnFinished | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnStarted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnStateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetService(Type, Object) | (Inherited from AlgorithmBaseTGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |