|
angel
mercurial changeset:
|
Operator class for maximal overall Markowitz degree reduction in vertex elimination. More...
#include <heuristics.hpp>


Public Member Functions | |
| momr_vertex_t () | |
| int | operator() (const vector< c_graph_t::vertex_t > &vv1, const c_graph_t &cg, vector< c_graph_t::vertex_t > &vv2) |
| Maximal overall Markowitz degree reduction in vertex elimination. | |
Operator class for maximal overall Markowitz degree reduction in vertex elimination.
Definition at line 234 of file heuristics.hpp.
| angel::momr_vertex_t::momr_vertex_t | ( | ) | [inline] |
Definition at line 236 of file heuristics.hpp.
| int angel::momr_vertex_t::operator() | ( | const vector< c_graph_t::vertex_t > & | vv1, |
| const c_graph_t & | cg, | ||
| vector< c_graph_t::vertex_t > & | vv2 | ||
| ) |
Maximal overall Markowitz degree reduction in vertex elimination.
| vv1 | Set of vertices that can be eliminated |
| cg | c-graph |
| vv2 | Set of vertices with maximal overall Markowitz degree reduction |
Definition at line 364 of file heuristics.cpp.
References angel::standard_heuristic_op().
