#include "LigraExecutor.h"
#include "GraphChiExecutor.h"
Go to the source code of this file.
Classes | |
struct | Galois::LigraGraphChi::ChooseExecutor< UseGraphChi > |
struct | Galois::LigraGraphChi::ChooseExecutor< false > |
Namespaces | |
namespace | Galois |
Main Galois namespace. | |
namespace | Galois::LigraGraphChi |
Implementation of combination of Ligra and GraphChi DSL in Galois. | |
Functions | |
template<bool Forward, typename Graph , typename EdgeOperator , typename Bag > | |
void | Galois::LigraGraphChi::edgeMap (size_t size, Graph &graph, EdgeOperator op, Bag &output) |
template<bool Forward, typename Graph , typename EdgeOperator , typename Bag > | |
void | Galois::LigraGraphChi::edgeMap (size_t size, Graph &graph, EdgeOperator op, Bag &input, Bag &output, bool denseForward) |
template<bool Forward, typename Graph , typename EdgeOperator , typename Bag > | |
void | Galois::LigraGraphChi::edgeMap (size_t size, Graph &graph, EdgeOperator op, typename Graph::GraphNode single, Bag &output) |
template<typename... Args> | |
void | Galois::LigraGraphChi::outEdgeMap (Args &&...args) |
template<typename... Args> | |
void | Galois::LigraGraphChi::inEdgeMap (Args &&...args) |