Package net.minecraftforge.fml.loading.toposort


package net.minecraftforge.fml.loading.toposort
  • Class Summary
    Class
    Description
    An object that splits a graph into strongly connected components lazily with Tarjan's Strongly Connected Components Algorithm.
    Provides a topological sort algorithm.
  • Exception Summary
    Exception
    Description
    An exception thrown for graphs with cycles as an argument for topological sort.