Declares maximum density subgraph algorithms. More...
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
bool | ogdf::maximumDensitySubgraph (Graph &G, NodeSet< true > &subgraphNodes, std::function< node(node)> resultNodeMap=[](node v) { return v;}, int64_t timelimit=-1) |
Calculates the maximum density subgraph of G . | |
Declares maximum density subgraph algorithms.
Definition in file MaximumDensitySubgraph.h.