85 std::function<
node(
node)> resultNodeMap = [](
node v) {
return v; }, int64_t timelimit = -1);
Includes declaration of graph class.
Basic declarations, included by all source files.
Data type for general directed graphs (adjacency list representation).
Class for the representation of nodes.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
bool maximumDensitySubgraph(Graph &G, NodeSet &subgraphNodes, std::function< node(node)> resultNodeMap=[](node v) { return v;}, int64_t timelimit=-1)
Calculates the maximum density subgraph of G.
NodeElement * node
The type of nodes.
The namespace for all OGDF objects.