Ejemplo n.º 1
0
        public void RemoveEdgeIf03()
        {
            BidirectionalGraph    bidirectionalGraph;
            VertexAndEdgeProvider s0 = new VertexAndEdgeProvider();

            bidirectionalGraph = BidirectionalGraphFactory.CreateAcyclicGraph(s0, false, 16);
            this.RemoveEdgeIf(bidirectionalGraph);
        }
        public void RemoveEdgeIf03()
        {
            BidirectionalGraph    bidirectionalGraph;
            VertexAndEdgeProvider s0 = new VertexAndEdgeProvider();

            bidirectionalGraph = BidirectionalGraphFactory.CreateAcyclicGraph(s0, false, 16);
            ((GenericMutableEdgeListGraphTest)this).RemoveEdgeIf(bidirectionalGraph);
        }