|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
ClusterKuratowskiConstraint(abacus::Master *master, int nEdges, SListPure< NodePair > &ks)
Declaration of the variable class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph prob...
virtual ~ClusterKuratowskiConstraint()
virtual double coeff(const abacus::Variable *v) const override
Returns the coefficient of the variable v in the constraint.
Forms the virtual base class for all possible variables given in pool format.
Doubly linked lists (maintaining the length of the list).
void printMe(std::ostream &out) const
Forms the virtual base class for all possible constraints given in pool format.
Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph proble...
List< NodePair > m_subdivision
Declaration of doubly linked lists and iterators.
The master of the optimization.