BetweennessCentrality.cpp File Reference
Betweenness centrality application -*- C++ -*-.
More...
#include "Galois/Statistic.h"
#include "Galois/Graphs/FileGraph.h"
#include "Galois/Galois.h"
#include "Lonestar/Banner.h"
#include "Lonestar/CommandLine.h"
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <map>
#include <set>
#include <stack>
#include <queue>
#include <vector>
#include <cstdlib>
Detailed Description
Betweenness centrality application -*- C++ -*-.
Galois, a framework to exploit amorphous data-parallelism in irregular programs.
Copyright (C) 2011, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.
- Author:
- Dimitrios Prountzos <dprountz@cs.utexas.edu>
Define Documentation
#define SHARE_SINGLE_BC 0 |
#define SHOULD_PRODUCE_CERTIFICATE 0 |
#define SHOULD_TOUCH_GRAPH 0 |
Typedef Documentation
typedef Graph::GraphNode GNode |
typedef Galois::Graph::LC_FileGraph<void, void> Graph |
Function Documentation
int main |
( |
int |
argc, |
|
|
const char ** |
argv | |
|
) |
| | |
void printBCcertificate |
( |
|
) |
|
Variable Documentation
Initial value:
"Computes the betweenness centrality of all nodes in a graph\n"
const char* help = "<input file> <number iterations>" [static] |
const char* name = "Betweenness Centrality" [static] |
const char* url = "betweenness_centrality" [static] |