Declaration of the ClusterAnalysis class for the Branch&Cut algorithm for c-planarity testing via an extension to complete connectivity. More...
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/Skiplist.h>
#include <ogdf/cluster/ClusterGraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::ClusterAnalysis |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of the ClusterAnalysis class for the Branch&Cut algorithm for c-planarity testing via an extension to complete connectivity.
The computation of all values is done in an initial step, the results are therefore static, later update of the c-graph does not trigger changes.
The inner and outer activity status for vertices wrt the clusters is detected and stored for static retrieval. Bag index numbers are computed for vertices that represent their bag affiliation for each cluster.
Definition in file ClusterAnalysis.h.