Class MinCutEdge<T>
Minimum cut result object.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class MinCutEdge<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
MinCutEdge(T, T)
Declaration
public MinCutEdge(T source, T dest)
Parameters
| Type | Name | Description |
|---|---|---|
| T | source | |
| T | dest |
Properties
Destination
Declaration
public T Destination { get; }
Property Value
| Type | Description |
|---|---|
| T |
Source
Declaration
public T Source { get; }
Property Value
| Type | Description |
|---|---|
| T |