Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/Logger.h>
#include <ogdf/cluster/internal/EdgeVar.h>
#include <ogdf/cluster/internal/basics.h>
Go to the source code of this file.
Classes | |
class | ogdf::cluster_planarity::MaxCPlanarMaster |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::cluster_planarity |
Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem.
This class is managing the optimization. Variables and initial constraints are generated and pools are initialized.
Definition in file MaxCPlanarMaster.h.