43namespace cluster_planarity {
67 double objCoeff()
const {
return m_objCoeff;}
73 <<
") ZF=" <<
obj() <<
"]";
Includes declaration of graph class.
The master of the optimization.
Forms the virtual base class for all possible variables given in pool format.
virtual double obj() const
Returns the objective function coefficient.
Class for the representation of edges.
Class for the representation of nodes.
EdgeVar(abacus::Master *master, double obj, node source, node target)
Simple version for cplanarity testing (only connect edges allowed)
EdgeVar(abacus::Master *master, double obj, EdgeType eType, node source, node target)
virtual void printMe(std::ostream &out)
EdgeVar(abacus::Master *master, double obj, double lbound, node source, node target)
Simple version for cplanarity testing (only connect edges allowed, lower bound given)
EdgeType theEdgeType() const
The namespace for all OGDF objects.