Functions

Utilities/stat.cpp File Reference

#include "stat.h"

Go to the source code of this file.

Functions

vector< string > getListOfGraphs (string location_of_graph_list)
void toFileC_forColoringBasedOrdering (string baseDir, string stat_output_suffix, bool stat_output_append, bool stat_refresh_list)
void toFileC (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)
void printListOfGraphs (vector< string > &listOfGraphs, int selected)
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)

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 
)
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,
bool  stat_refresh_list 
)
void toFileStatisticForBipartiteGraph ( string  baseDir,
string  stat_output_suffix,
map< string, bool >  stat_flags 
)
void toFileStatisticForGraph ( string  baseDir,
string  stat_output_suffix,
map< string, bool >  stat_flags 
)