#include <heuristics.hpp>


Public Member Functions | |
| lowest_fill_in_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() is equivalent to lowest_fill_in_vertex
Definition at line 168 of file heuristics.hpp.
| angel::lowest_fill_in_vertex_t::lowest_fill_in_vertex_t | ( | ) | [inline] |
Definition at line 170 of file heuristics.hpp.
| int angel::lowest_fill_in_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 176 of file heuristics.cpp.
References angel::standard_heuristic_op().

1.5.3