angel  mercurial changeset:
angel::momr_vertex_t Class Reference

Operator class for maximal overall Markowitz degree reduction in vertex elimination. More...

#include <heuristics.hpp>

Inheritance diagram for angel::momr_vertex_t:
Collaboration diagram for angel::momr_vertex_t:

List of all members.

Public Member Functions

 momr_vertex_t ()
int operator() (const vector< c_graph_t::vertex_t > &vv1, const c_graph_t &cg, vector< c_graph_t::vertex_t > &vv2)
 Maximal overall Markowitz degree reduction in vertex elimination.

Detailed Description

Operator class for maximal overall Markowitz degree reduction in vertex elimination.

See also:
momr_vertex
forward_mode_vertex_t

Definition at line 234 of file heuristics.hpp.


Constructor & Destructor Documentation

Definition at line 236 of file heuristics.hpp.


Member Function Documentation

int angel::momr_vertex_t::operator() ( const vector< c_graph_t::vertex_t > &  vv1,
const c_graph_t cg,
vector< c_graph_t::vertex_t > &  vv2 
)

Maximal overall Markowitz degree reduction in vertex elimination.

Parameters:
vv1Set of vertices that can be eliminated
cgc-graph
vv2Set of vertices with maximal overall Markowitz degree reduction
Returns:
Size of vv2

Definition at line 364 of file heuristics.cpp.

References angel::standard_heuristic_op().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines