$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [BGL] StoerâWagner min-cut algorithm
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-07-12 12:50:48
On Mon, 12 Jul 2010, Daniel Trebbien wrote:
>> Do you have a
>> script or something that compiles the .dot files into figures, or at least
>> human-readable directions (script preferred of course)? It would be nice
>> to have that saved for posterity.
>
> I used Graphviz, but nothing fancy. The undirected graphs were generated with:
>
> fdp -Tpng -ograph.png graph.dot
>
> and then the resulting `graph.png` was converted to a GIF with GIMP.
>
> To draw the directed graph, I used:
>
> circo -Tpng -odigraph.png digraph.dot
Could you please write this up into a shell script, listing the names of
your dot files and what rendering program you used for each?
-- Jeremiah Willcock