MOCHA 0.9
|
#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) |
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 | ||
) |