|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 namespace cluster_planarity {
67 double objCoeff()
const {
return m_objCoeff;}
73 <<
") ZF=" <<
obj() <<
"]";
The namespace for all OGDF objects.
Includes declaration of graph class.
virtual double obj() const
Returns the objective function coefficient.
Forms the virtual base class for all possible variables given in pool format.
virtual void printMe(std::ostream &out)
EdgeType theEdgeType() const
Class for the representation of edges.
Class for the representation of nodes.
EdgeVar(abacus::Master *master, double obj, EdgeType eType, node source, node target)
The master of the optimization.