downer has asked for the wisdom of the Perl Monks concerning the following question:
using the Boost::Graph module, I have trouble initializing a directed graph object (directed => 1). There is no error message, but the graph created is undirected, not directed. has anyone had this problem?
thanks.
Josh
I solved the problem. something was quoted in the boost::graph file that should not have been.