$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [BGL] StoerâWagner min-cut algorithm
From: Daniel Trebbien (dtrebbien_at_[hidden])
Date: 2010-07-01 08:35:09
Attached is version 0.2 of my StoerâWagner algorithm implementation
and `test.cpp`.
`test.cpp` now depends on three data files that were generated by a
random min-cut problem generator. These data files have been attached
as well.
I am currently working on a documentation page, but other than that
and "named parameters", I believe that I have addressed all of the
feedback items.
Daniel