abstract 必要なヘッダ <boost/graph/***.hpp> (必要に応じて色々) 出来ること グラフに関するデータ構造とアルゴリズム リファレンス en / jp sample サンプルの動作確認バージョン [GCC4.4/1.41.0] [VC9/1.41.0] #include <iostream> #include <boost/graph/graph_traits.hpp> #include <boost/graph/adjacency_list.hpp> #include <boost/graph/dijkstra_shortest_paths.hpp> #include <boost/graph/visitors.hpp> #include <boost/graph/graph_utility.hpp> using namespace std; using na