Package com.jgalgo.alg.closure


package com.jgalgo.alg.closure
Algorithms for findings closures in graphs.
  • Class
    Description
    An algorithm that enumerate all the closure subsets in a directed graph.
    Abstract class for enumerating over all the closure subsets in a directed graph.
    Schrage-Baker algorithm for enumerating all the closure subsets in a directed graph.