NGraphPermutationCrossingReductor Class Members
In This Topic
The following tables list the members exposed by NGraphPermutationCrossingReductor.
Public Constructors
Public Fields
| Name | Description |
| MaxVertexCount | The maximum number of vertices to apply permutation crossing reduction for. |
Top
Public Methods
| Name | Description |
| ReduceCrossings | Overridden. Reduces the edge crossings in the given bipartite graph and returns the number of crosings after the reduction. |
Top
Protected Methods
| Name | Description |
| IsOrderValid | Checks whether the given vertex order is valid. The default implementation always returns true, but can be overriden in a dervided class to ignore some of the vertex permutations. |
Top
See Also