Declaration of a constraint class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <ogdf/planarity/BoyerMyrvold.h>#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::KuratowskiConstraint |
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 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.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file KuratowskiConstraint.h.