angel::forward_mode_vertex_t Class Reference

Operator class for forward mode in vertex elimination. More...

#include <heuristics.hpp>

Inheritance diagram for angel::forward_mode_vertex_t:

Inheritance graph
[legend]
Collaboration diagram for angel::forward_mode_vertex_t:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 forward_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)


Detailed Description

Operator class for forward mode in vertex elimination.

Since operator() behaves like forward_mode_vertex objects of this class can be called like the function. For instance, forward_mode_vertex_t fm; fm (v1, cg, v2); is identical with forward_mode_vertex (v1, cg, v2);. However, the object fm can be more easyly used in templates.

See also:
forward_mode_vertex

Definition at line 64 of file heuristics.hpp.


Constructor & Destructor Documentation

angel::forward_mode_vertex_t::forward_mode_vertex_t (  )  [inline]

Definition at line 66 of file heuristics.hpp.


Member Function Documentation

int angel::forward_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 23 of file heuristics.cpp.

References angel::base_heuristic_t< int >::set_empty_objective(), and angel::base_heuristic_t< int >::set_objective().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Wed Mar 11 10:34:47 2009 for angel by  doxygen 1.5.3