pmneila / PyMaxflow

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)
http://pmneila.github.io/PyMaxflow/
242 stars 59 forks source link

Fix link to docs #56

Closed stuarteberg closed 2 years ago

stuarteberg commented 2 years ago

GIthub pages now uses .io TLD instead of .com. The old link is broken.

pmneila commented 2 years ago

Thanks! I missed that.

stuarteberg commented 2 years ago

An unrelated side-note...

The docs state:

The core of the library is the C++ implementation by Vladimir Kolmogorov. It is also licensed under the GPL, but it REQUIRES that you cite [BOYKOV04] in any resulting publication if you use this code for research purposes. This requirement extends to PyMaxflow.

Dr. Kolmogorov is in error. According to the GNU organization itself, such requirements cannot be added to the GPL (or any software license).