Skip to content

hochbaumGroup/closure-problem

Repository files navigation

Closure problems on graphs

Bare-bones Python package for solving closure problems on directed graphs. Package also include a class for solving Hochbaum's normalized cut (HNC) on an undirected graph.

Installation

Use pip to install the package:

    pip install closure-problem

Example

See tests folder for examples.

Further Reading