|
| | RTS_based_clique_covering (bool _all_edges) |
| | constructor More...
|
| |
| void | exec (const filter_clique< vertex_type > &fc) |
| |
| | TS_based_clique_covering (bool _all_edges, unsigned int nvert) |
| | constructor More...
|
| |
| void | do_clique_covering (const cc_compatibility_graphRef CG, typename boost::disjoint_sets< rank_pmap_type, pred_pmap_type > &ds, CustomUnorderedSet< C_vertex > &support, const CustomUnorderedSet< C_vertex > &all_vertices, const filter_clique< vertex_type > &fc) override |
| |
| | coloring_based_clique_covering (bool _all_edges, unsigned int nvert) |
| | constructor More...
|
| |
| | ~coloring_based_clique_covering () override=default |
| | destructor More...
|
| |
| C_vertex | add_vertex (const vertex_type &element, const std::string &name) override |
| | add a vertex More...
|
| |
| void | add_edge (const vertex_type &src, const vertex_type &dest, int _weight) override |
| | add an edge More...
|
| |
| size_t | num_vertices () override |
| | return the number of vertices of the clique More...
|
| |
| CustomOrderedSet< vertex_type > | get_clique (unsigned int i) override |
| | Returns a clique. More...
|
| |
| void | build_partitions (CustomUnorderedSet< C_vertex > &support, boost::disjoint_sets< rank_pmap_type, pred_pmap_type > &ds, std::map< C_vertex, CustomOrderedSet< C_vertex >> ¤t_partitions) |
| | build partitions More...
|
| |
| void | exec (const filter_clique< vertex_type > &fc, check_clique< vertex_type > &) override |
| | Abstract method that will execute clique covering algorithm. More...
|
| |
| void | writeDot (const std::string &filename) const override |
| | Writes a dotty representation of the actual graph. More...
|
| |
| void | add_subpartitions (size_t, vertex_type) override |
| | add subpartitions over which bipartite matching can start on More...
|
| |
| void | suggest_min_resources (size_t) override |
| | suggest that the problem have at least a given number of resources More...
|
| |
| void | suggest_max_resources (size_t) override |
| | suggest that the problem have at worst no more than the given number of resources More...
|
| |
| void | min_resources (size_t) override |
| | specify the minimum number of resources More...
|
| |
| void | max_resources (size_t) override |
| | specify the maximum number of resources More...
|
| |
| | clique_covering ()=default |
| | Default constructor. More...
|
| |
| virtual | ~clique_covering ()=default |
| | Destructor. More...
|
| |
template<typename vertex_type>
class RTS_based_clique_covering< vertex_type >
Definition at line 1474 of file clique_covering.hpp.