Public Member Functions | |
| lrm_op_t (const c_graph_t &cg) | |
| int | operator() (bool front, c_graph_t::edge_t edge, const c_graph_t &cg) |
| int | operator() (edge_bool_t eb, const c_graph_t &cg) |
| int | operator() (c_graph_t::vertex_t v, const c_graph_t &cg) |
Public Attributes | |
| vector< int > | indep |
| vector< int > | dep |
Definition at line 81 of file heuristics.cpp.
| angel::lrm_op_t::lrm_op_t | ( | const c_graph_t & | cg | ) | [inline] |
Definition at line 83 of file heuristics.cpp.
References angel::number_dependent_vertices(), and angel::number_independent_vertices().

| int angel::lrm_op_t::operator() | ( | bool | front, | |
| c_graph_t::edge_t | edge, | |||
| const c_graph_t & | cg | |||
| ) | [inline] |
Definition at line 85 of file heuristics.cpp.
| int angel::lrm_op_t::operator() | ( | edge_bool_t | eb, | |
| const c_graph_t & | cg | |||
| ) | [inline] |
Definition at line 88 of file heuristics.cpp.
| int angel::lrm_op_t::operator() | ( | c_graph_t::vertex_t | v, | |
| const c_graph_t & | cg | |||
| ) | [inline] |
Definition at line 91 of file heuristics.cpp.
| vector<int> angel::lrm_op_t::indep |
Definition at line 82 of file heuristics.cpp.
| vector<int> angel::lrm_op_t::dep |
Definition at line 82 of file heuristics.cpp.
1.5.3