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/planarity/BoyerMyrvold.h>
#include <ogdf/lib/abacus/constraint.h>
Go to the source code of this file.
Classes | |
class | ogdf::cluster_planarity::ClusterKuratowskiConstraint |
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 constraints represent the planarity-constraints belonging to the ILP formulation. These constraints are dynamically separated. For the separation the planarity test algorithm by Boyer and Myrvold is used.
Definition in file ClusterKuratowskiConstraint.h.