45namespace cluster_planarity {
Derived class of GraphObserver providing additional functionality to handle clustered graphs.
Declares ClusterGraphAttributes, an extension of class GraphAttributes, to store clustergraph layout ...
Pure declaration header, find template implementation in Graph.h.
const Sub * sub() const
Returns a const pointer to the subproblem associated with the constraint/variable.
bool local() const
Returns true if the constraint/variable is only locally valid, false otherwise.
virtual bool dynamic() const
Return true if the constraint/variable is dynamic.
Forms the virtual base class for all possible constraints given in pool format.
bool liftable() const
Checks if the constraint is liftable.
CSense * sense()
Returns a pointer to the sense of the constraint.
virtual double rhs() const
Returns the right hand side of the constraint.
The master of the optimization.
Forms the virtual base class for all possible variables given in pool format.
Class for the representation of edges.
Class for the representation of nodes.
virtual ~BaseConstraint()
virtual double coeff(const abacus::Variable *v) const =0
Returns the coefficient of the variable v in the constraint.
virtual int coeff(const NodePair &n) const =0
BaseConstraint(abacus::Master *master, const abacus::Sub *sub, abacus::CSense::SENSE sense, double rhs, bool dynamic, bool local, bool liftable)
the master of the optimization.
The namespace for all OGDF objects.
Struct for attaching the current lp-value to the corresponding edge. Used in the primal heuristic.