Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphFullCrossingReductor Class
Members


In This Topic
    NGraphFullCrossingReductor Class
    In This Topic
    Investigates all possible permutations and provides an optimal solution for the one sided crossing reduction problem.
    Object Model
    NGraphFullCrossingReductor Class
    Syntax
    'Declaration
     
    
    Public Class NGraphFullCrossingReductor 
       Inherits NGraphCrossingReductorBase
    'Usage
     
    
    Dim instance As NGraphFullCrossingReductor
    public class NGraphFullCrossingReductor : NGraphCrossingReductorBase 
    Remarks
    Note that finding an optimal solution is an NP-hard problem and requires N! time where N is the number of vertices in the non-fixed layer. Use this method for no more than 8 vertices.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.DataStructures.NGraphCrossingReductorBase
          Nevron.Diagram.DataStructures.NGraphFullCrossingReductor

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also