closure-problem

Tools for solving closure problems on graphs


Keywords
Closure, problem, Hochbaum's, Normalized, Cut, HNC, S-excess, Parametric
License
NCGL-UK-2.0
Install
pip install closure-problem==2020.5.2

Documentation

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