MOCHA  0.9
Functions
/usr/src/RPM/BUILD/CoinMOCHA-1.0.0/MOCHA/src/graph.cpp File Reference
#include "graph.h"
#include <iostream>
#include <string>
#include <set>
#include <map>
#include <vector>
#include <deque>
#include <ctime>
#include <cstdlib>
#include <algorithm>
#include <iterator>

Functions

std::ostream & operator<< (std::ostream &o, const Graph &G)
std::istream & operator>> (std::istream &in, Graph &G)
void findChildren (Graph &G, set< unsigned > &initTree, set< unsigned > &deltaf, set< unsigned > &deltag, set< unsigned > deltaH, Matrix &edgeIndex, Matrix &Weight, set< Matrix, ltcolvec > &projTrees, unsigned printMod, unsigned printTrees)
void findChildren (Graph &G, set< unsigned > &initTree, set< unsigned > &deltaf, set< unsigned > &deltag, set< unsigned > deltaH, Matrix &edgeIndex, unsigned printMod, unsigned printTrees)

Detailed Description


Function Documentation

void findChildren ( Graph G,
set< unsigned > &  initTree,
set< unsigned > &  deltaf,
set< unsigned > &  deltag,
set< unsigned >  deltaH,
Matrix edgeIndex,
Matrix Weight,
set< Matrix, ltcolvec > &  projTrees,
unsigned  printMod,
unsigned  printTrees 
)
void findChildren ( Graph G,
set< unsigned > &  initTree,
set< unsigned > &  deltaf,
set< unsigned > &  deltag,
set< unsigned >  deltaH,
Matrix edgeIndex,
unsigned  printMod,
unsigned  printTrees 
)
std::ostream& operator<< ( std::ostream &  o,
const Graph G 
)
std::istream& operator>> ( std::istream &  in,
Graph G 
)
 All Classes Files Functions Variables Friends Defines