angel
mercurial changeset:
|
Operator class for reverse mode in vertex elimination. More...
#include <heuristics.hpp>
Public Member Functions | |
reverse_mode_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 reverse mode in vertex elimination.
operator() is equivalent to reverse_mode_vertex
Definition at line 98 of file heuristics.hpp.
angel::reverse_mode_vertex_t::reverse_mode_vertex_t | ( | ) | [inline] |
Definition at line 100 of file heuristics.hpp.
int angel::reverse_mode_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 50 of file heuristics.cpp.