// Description: An aggregate file graph algorithms
#ifndef PASTELSYS_GRAPH_ALGORITHMS_H
#define PASTELSYS_GRAPH_ALGORITHMS_H
#include "pastel/sys/graph/graph_traversal.h"
#include "pastel/sys/graph/maximum_bipartite_matching.h"
#include "pastel/sys/graph/transitive_closure.h"
#endif