Declaration of the sub-problem class for the Branch&Cut&Price algorithm for the c-planarity problem. Contains separation algorithms as well as primal heuristics. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Logger.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/internal/CPlanarityMaster.h>
#include <ogdf/external/abacus.h>
#include <ostream>
Go to the source code of this file.
Classes | |
class | ogdf::cluster_planarity::CPlanaritySub |
struct | ogdf::cluster_planarity::CPlanaritySub::KuraSize |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::cluster_planarity | |
Declaration of the sub-problem class for the Branch&Cut&Price algorithm for the c-planarity problem. Contains separation algorithms as well as primal heuristics.
Definition in file CPlanaritySub.h.