Provides classes for the automatic placement of node and edge labels.
Classes
| Class | Description | |
|---|---|---|
| AbstractLabelingAlgorithm | This class is an abstract base class for labeling algorithms. | |
| GreedyMISLabeling | This class places the labels of a graph using a greedy strategy. | |
| MISLabelingAlgorithm | Solving labeling problem by reducing it to the maximum independent set problem. | |
| SALabeling |
This class is based on the enhanced profit model and places the labels of a graph using a simulated annealing
strategy taking into account the amount of overlaps of labels.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| OptimizationStrategy |
Remarks
Provides classes for the automatic placement of node and edge labels.