angel  mercurial changeset:
angel::lrm_op_t Struct Reference
Collaboration diagram for angel::lrm_op_t:

List of all members.

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

Detailed Description

Definition at line 89 of file heuristics.cpp.


Constructor & Destructor Documentation

angel::lrm_op_t::lrm_op_t ( const c_graph_t cg) [inline]

Definition at line 91 of file heuristics.cpp.

References angel::number_dependent_vertices(), and angel::number_independent_vertices().

Here is the call graph for this function:


Member Function Documentation

int angel::lrm_op_t::operator() ( bool  front,
c_graph_t::edge_t  edge,
const c_graph_t cg 
) [inline]

Definition at line 93 of file heuristics.cpp.

int angel::lrm_op_t::operator() ( edge_bool_t  eb,
const c_graph_t cg 
) [inline]

Definition at line 96 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 99 of file heuristics.cpp.


Member Data Documentation

vector<int> angel::lrm_op_t::dep

Definition at line 90 of file heuristics.cpp.

Definition at line 90 of file heuristics.cpp.


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