Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <ogdf/basic/Graph_d.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/ClusterGraphAttributes.h>
#include <ogdf/lib/abacus/constraint.h>
#include <ogdf/lib/abacus/master.h>
Go to the source code of this file.
Classes | |
class | ogdf::cluster_planarity::BaseConstraint |
Basic constraint type. More... | |
struct | ogdf::cluster_planarity::edgeValue |
Struct for attaching the current lp-value to the corresponding edge. Used in the primal heuristic. More... | |
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.
Basic classes for c-planarity computation.
Definition in file basics.h.