42namespace cluster_planarity {
72 <<
") ZF=" <<
obj() <<
"]";
Pure declaration header, find template implementation in Graph.h.
Contains logging functionality.
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
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.