ColPack
Utilities/stat.h File Reference
#include "ColPackHeaders.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void printListOfGraphs (vector< string > &listOfGraphs, int selected)
vector< string > getListOfGraphs (string location_of_graph_list)
void toFileC (string baseDir, string stat_output_suffix, vector< string > Orderings, vector< string > Colorings, map< string, bool > stat_flags)
void toFileC_forColoringBasedOrdering (string baseDir, string stat_output_suffix, bool stat_output_append=1, bool stat_refresh_list=false)
void toFileBiC (string baseDir, string stat_output_suffix, vector< string > Orderings, vector< string > Colorings, map< string, bool > stat_flags)
void toFileBiPC (string baseDir, string stat_output_suffix, vector< string > Orderings, vector< string > Colorings, map< string, bool > stat_flags)
void toFileStatisticForGraph (string baseDir, string stat_output_suffix, map< string, bool > stat_flags)
void toFileStatisticForBipartiteGraph (string baseDir, string stat_output_suffix, map< string, bool > stat_flags)

Function Documentation

vector<string> getListOfGraphs ( string  location_of_graph_list)

Definition at line 3 of file stat.cpp.

Referenced by toFileBiC(), toFileBiPC(), toFileC(), toFileC_forColoringBasedOrdering(), toFileStatisticForBipartiteGraph(), and toFileStatisticForGraph().

Here is the caller graph for this function:

void printListOfGraphs ( vector< string > &  listOfGraphs,
int  selected 
)

Definition at line 479 of file stat.cpp.

Referenced by toFileBiC(), toFileBiPC(), toFileC(), and toFileC_forColoringBasedOrdering().

Here is the caller graph for this function:

void toFileBiC ( string  baseDir,
string  stat_output_suffix,
vector< string >  Orderings,
vector< string >  Colorings,
map< string, bool >  stat_flags 
)
void toFileBiPC ( string  baseDir,
string  stat_output_suffix,
vector< string >  Orderings,
vector< string >  Colorings,
map< string, bool >  stat_flags 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines