![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
#include <Graph.hpp>
Public Types | |
typedef graph_t::node_t | node_t |
![]() | |
typedef graph_t::node_t | node_t |
typedef graph_t::neighborhood_t::const_iterator | edge_iter_t |
Public Member Functions | |
minimize_color_alteration_and_length (const graph_t &G) | |
![]() | |
bool | operator() (node_t a, node_t b) const |
void | print_path (std::ostream &os, node_t i) const |
void | compute_with_root (node_t new_root) |
Friends | |
class | Dikjstra< graph_t, minimize_color_alteration_and_length< graph_t > > |
Additional Inherited Members | |
![]() | |
std::vector< std::vector< edge_iter_t > > | paths |
std::vector< node_t > | root_per_path |
std::vector< size_t > | distance_policy |
![]() | |
Dikjstra (const graph_t &G) | |
![]() | |
std::vector< std::pair< node_t, edge_iter_t > > | previous |
node_t | current |
node_t | root |
const graph_t & | G |
typedef graph_t::node_t node_t |
minimize_color_alteration_and_length | ( | const graph_t & | G | ) |
|
friend |