#include <metric_tsp_approx.hpp>
Public Types | |
| typedef std::vector< Node > ::const_iterator | const_iterator |
Public Member Functions | |
| PreorderTraverser (std::vector< Node > &p) | |
| void | preorder (Node n, const Tree &) |
| void | inorder (Node, const Tree &) const |
| void | postorder (Node, const Tree &) const |
| const_iterator | begin () const |
| const_iterator | end () const |
| typedef std::vector<Node>::const_iterator boost::PreorderTraverser< Node, Tree >::const_iterator |
|
inline |
|
inline |
Referenced by boost::metric_tsp_approx_from_vertex().
|
inline |
Referenced by boost::metric_tsp_approx_from_vertex().
|
inline |
|
inline |
|
inline |