#include <heuristics.hpp>

Public Member Functions | |
| edge_ij_elim_heuristic_t (Edge_heuristic_t _h) | |
| Constructor stores the face-based heuristic to be used. | |
| int | operator() (const vector< edge_ij_elim_t > &eev1, const c_graph_t &cg, vector< edge_ij_elim_t > &eev2) |
Private Attributes | |
| Edge_heuristic_t | h |
Definition at line 1009 of file heuristics.hpp.
| angel::edge_ij_elim_heuristic_t< Edge_heuristic_t >::edge_ij_elim_heuristic_t | ( | Edge_heuristic_t | _h | ) | [inline] |
Constructor stores the face-based heuristic to be used.
Definition at line 1013 of file heuristics.hpp.
| int angel::edge_ij_elim_heuristic_t< Edge_heuristic_t >::operator() | ( | const vector< edge_ij_elim_t > & | eev1, | |
| const c_graph_t & | cg, | |||
| vector< edge_ij_elim_t > & | eev2 | |||
| ) | [inline] |
Definition at line 1014 of file heuristics.hpp.
References angel::edge(), and angel::edge_ij_elim_heuristic_t< Edge_heuristic_t >::h.

Edge_heuristic_t angel::edge_ij_elim_heuristic_t< Edge_heuristic_t >::h [private] |
Definition at line 1010 of file heuristics.hpp.
Referenced by angel::edge_ij_elim_heuristic_t< Edge_heuristic_t >::operator()().
1.5.3