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.
Use pip to install the package:
pip install closure-problemSee tests folder for examples.