Public Member Functions | Private Attributes
MaxDAG Class Reference

#include <max_dag.h>

List of all members.

Public Member Functions

vector< int > get_result ()
 MaxDAG (const vector< vector< pair< int, int > > > &graph)

Private Attributes

bool debug
const vector< vector< pair
< int, int > > > & 
weighted_graph

Detailed Description

Definition at line 8 of file max_dag.h.


Constructor & Destructor Documentation

MaxDAG::MaxDAG ( const vector< vector< pair< int, int > > > &  graph) [inline]

Definition at line 12 of file max_dag.h.


Member Function Documentation

vector< int > MaxDAG::get_result ( )

Definition at line 7 of file max_dag.cpp.


Member Data Documentation

bool MaxDAG::debug [private]

Definition at line 10 of file max_dag.h.

const vector<vector<pair<int, int> > >& MaxDAG::weighted_graph [private]

Definition at line 9 of file max_dag.h.


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


tfd_modules
Author(s): Maintained by Christian Dornhege (see AUTHORS file).
autogenerated on Tue Jan 22 2013 12:25:03