Class RemoveCycles<V,​E>

  • Type Parameters:
    V -
    E -

    public class RemoveCycles<V,​E>
    extends Object
    Early implementation that ignores cycles by removing them from the graph
    • Field Detail

      • graph

        protected org.jgrapht.Graph<V,​E> graph
      • stack

        protected Set<V> stack
      • marked

        protected Set<V> marked
      • edges

        protected List<E> edges
      • feedbackEdges

        protected final List<E> feedbackEdges
    • Constructor Detail

      • RemoveCycles

        public RemoveCycles​(org.jgrapht.Graph<V,​E> graph)
    • Method Detail

      • removeCycles

        public org.jgrapht.Graph<V,​E> removeCycles()
      • getFeedbackEdges

        public List<E> getFeedbackEdges()