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