Declaration of a constraint class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <ogdf/internal/cluster/Cluster_EdgeVar.h>#include <ogdf/internal/cluster/basics.h>#include <abacus/constraint.h>Go to the source code of this file.
Classes | |
| class | ogdf::MaxPlanarEdgesConstraint |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Declaration of a constraint class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem.
These constraint do not necessarily belong to the ILP formulation, but have the purpose to strengthen the LP-relaxations in the case of very dense Graphs, by restricting the maximum number of edges that can occur in any optimal solution according to Euler's formula for planar Graphs: |E| <= 3|V|-6
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file Cluster_MaxPlanarEdges.h.