NGraphPermutationCrossingReductor Class Methods
For a list of all members of this type, see NGraphPermutationCrossingReductor members.
| Name | Description |
 | ReduceCrossings | Overridden. Reduces the edge crossings in the given bipartite graph and returns the number of crosings after the reduction. |
Top
| 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