#include <Solution_computers.hpp>
|
unsigned | operator() (unsigned D, Solution_type &solutions) |
| A functor to solve the D-Family-matching problem using the heuristic algorithm on the given intersection graph m_graph. Updates the graph if required. More...
|
|
|
boost::program_options::options_description | add_options (void) const |
| Just to add options on the command line. More...
|
|
◆ Base
◆ Clusters_iterator
◆ Intersection_graph
◆ Intersection_graph_edge
◆ Intersection_graph_edge_weight_map
◆ Intersection_graph_vertex
◆ Map_iterator
◆ Meta_cluster_map
◆ Results
◆ SC_computer
◆ Self
◆ Solution_type
◆ ST_computer
◆ Sub_graph
◆ Tree
typedef Algorithm::Tree Tree |
|
inherited |
◆ T_RST_Solution_computer()
◆ add_options()
boost::program_options::options_description add_options |
( |
void |
| ) |
const |
|
inlineinherited |
Just to add options on the command line.
◆ clusters_in_meta_cluster_begin()
Iterate over clusters contained in a meta cluster.
◆ clusters_in_meta_cluster_end()
◆ meta_clusters_begin()
Iterate over meta clusters.
◆ meta_clusters_end()
◆ operator()()
A functor to solve the D-Family-matching problem using the heuristic algorithm on the given intersection graph m_graph. Updates the graph if required.