angel
mercurial changeset:
|
Operator class for maximal overall path length reduction in vertex elimination. More...
#include <heuristics.hpp>
Public Member Functions | |
moplr_vertex_t () | |
int | operator() (const vector< c_graph_t::vertex_t > &vv1, const c_graph_t &cg, vector< c_graph_t::vertex_t > &vv2) |
Operator class for maximal overall path length reduction in vertex elimination.
operator() is equivalent to moplr_vertex
Definition at line 261 of file heuristics.hpp.
angel::moplr_vertex_t::moplr_vertex_t | ( | ) | [inline] |
Definition at line 263 of file heuristics.hpp.
int angel::moplr_vertex_t::operator() | ( | const vector< c_graph_t::vertex_t > & | vv1, |
const c_graph_t & | cg, | ||
vector< c_graph_t::vertex_t > & | vv2 | ||
) |
Definition at line 444 of file heuristics.cpp.
References angel::standard_heuristic_op().