type of adjacency_matrix, for given metric More...
#include <metric_to_bgl.hpp>
Public Types | |
using | MT = data_structures::metric_traits< Metric > |
using | type = boost::adjacency_matrix< boost::undirectedS, boost::no_property, boost::property< boost::edge_weight_t, typename MT::DistanceType >> |
type of adjacency_matrix, for given metric
Metric |
Definition at line 37 of file metric_to_bgl.hpp.