Converts the input network into a proper digraph; i.e., artificial nodes and links
            are introduced into the network such that every link is between nodes in adjacent
            layers.  This has the effect of breaking up long links into a sequence of artificial
            nodes.
            
            
            
            Syntax
            
            
            
            
            protected virtual void MakeProper()
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also