/pseudo

Go implementation of Hochbaum's PseudoFlow algorithm.

Primary LanguageGoOtherNOASSERTION

pseudo - a Go implementation of pseudoflow algorithm

A Go implementation of Hochbaum's PseudoFlow algorithm as implemented here in C that is safe for concurrent (server) use.

Documentation

... is in the usual place.

An example command-line program is cmd/pseudo/main.go.

Status

MAY NOT READY FOR PRIME TIME. Requires more testing with large data sets.