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::CutConstraint |
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.
This class represents the cut-constraints belonging to the ILP formulation. Cut-constraints are dynamically separated be means of cutting plane methods.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file Cluster_CutConstraint.h.