|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
45 namespace cluster_planarity {
55 :
EdgeVar(master,
obj, lbound, source, target) { }
59 void printMe(std::ostream& out)
override {
62 <<
") ZF=" <<
obj() <<
"]";
The namespace for all OGDF objects.
Includes declaration of graph class.
virtual double obj() const
Returns the objective function coefficient.
CPlanarEdgeVar(abacus::Master *master, double obj, double lbound, node source, node target)
void printMe(std::ostream &out) override
virtual ~CPlanarEdgeVar()
Declaration of the variable class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph prob...
CPlanarEdgeVar(abacus::Master *master, double obj, node source, node target)
Class for the representation of nodes.
The master of the optimization.