Responsible for graph bipartition problems.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class Bipartitions |
| Visual Basic |
|---|
Public Class Bipartitions |
Remarks
Responsible for graph bipartition problems.
A bipartite graph is a graph whose node set can be partitioned
into two sets in such a way that all edges in the graph
connect nodes that belong to different partitions. In other words,
there are no edges connecting nodes that belong to the same
partition.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Algorithms..::..Bipartitions
yWorks.yFiles.Algorithms..::..Bipartitions