|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
39 class AdjacencyOracle;
75 }
else if (density > 1.0) {
84 void doCall()
override;
121 int evaluate(
node v);
The namespace for all OGDF objects.
Includes declaration of graph class.
void setPostProcessing(bool postProcess)
Sets whether postprocessing should be activated.
AdjacencyOracle * m_adjOracle
Adjacency oracle for m_pCopy.
Declares ogdf::CliqueFinderModule class.
NodeArray< bool > m_usedNode
Whether the node is already assigned to a clique.
Doubly linked lists (maintaining the length of the list).
RegisteredArray for nodes, edges and adjEntries of a graph.
void setDensity(double density)
Sets the density needed for subgraphs to be detected.
bool m_postProcess
Whether postprocessing should be activated.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
double m_density
Value in [0,1] defining how dense subgraphs need to be.
Finds cliques and dense subgraphs using a heuristic.
Tells you in constant time if two nodes are adjacent.
Class for the representation of nodes.