Dip  0.92.4
Classes | Typedefs
TSP_Boost.h File Reference
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/graph/connected_components.hpp>
#include <boost/graph/kruskal_min_spanning_tree.hpp>
Include dependency graph for TSP_Boost.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSP_Boost
 

Typedefs

typedef property
< edge_weight_t, double,
property< edge_index_t, int > > 
edge_prop
 
typedef adjacency_list< vecS,
vecS, undirectedS, no_property,
edge_prop
Graph
 

Typedef Documentation

typedef property<edge_weight_t, double, property<edge_index_t, int> > edge_prop

Definition at line 34 of file TSP_Boost.h.

typedef adjacency_list<vecS, vecS, undirectedS, no_property, edge_prop> Graph

Definition at line 36 of file TSP_Boost.h.