Declaration of a constraint class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <ogdf/cluster/internal/EdgeVar.h>
#include <ogdf/cluster/internal/basics.h>
#include <ogdf/lib/abacus/constraint.h>
Go to the source code of this file.
Classes | |
class | ogdf::cluster_planarity::MaxPlanarEdgesConstraint |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::cluster_planarity |
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
Definition in file MaxPlanarEdgesConstraint.h.