$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] reading a file as input
From: Soso F (soso_ss2211_at_[hidden])
Date: 2011-02-07 21:24:09
Hello,
I'm using BGL to build a graph which represents a network.
I'm wondering if I can read a file to be the input " vertices , edges and
weight" without using graphviz.
Thanks