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

            bidirectionalGraph = BidirectionalGraphFactory.CreateCyclicGraph(s0, false, 0);
            this.RemoveEdgeIf(bidirectionalGraph);
        }
        public void RemoveEdgeIf05()
        {
            BidirectionalGraph    bidirectionalGraph;
            VertexAndEdgeProvider s0 = new VertexAndEdgeProvider();

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