45namespace cluster_planarity {
56 return static_cast<double>(
coeff(
ev->sourceNode(),
ev->targetNode()));
Declaration of the variable class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph prob...
Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph proble...
const Sub * sub() const
Returns a const pointer to the subproblem associated with the constraint/variable.
The master of the optimization.
Forms the virtual base class for all possible variables given in pool format.
Doubly linked lists (maintaining the length of the list).
Class for the representation of nodes.
int coeff(const NodePair &n) const override
int coeff(node n1, node n2) const
List< NodePair > m_cutEdges
void printMe(std::ostream &out) const
CutConstraint(abacus::Master *master, abacus::Sub *sub, List< NodePair > &edges)
virtual double coeff(const abacus::Variable *v) const override
Returns the coefficient of the variable v in the constraint.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.