$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Trevon Fuller (tfuller_at_[hidden])
Date: 2003-09-14 12:17:31
Does anyone know how to find all of the minimum size cut sets of a graph (if
more than 1 exists) using the BOOST graph library? The example in the BGL
book just finds 1 minimum cut set (p. 106ff.).