38namespace energybased {
47 output <<
"node index ";
48 if (
A.vertex ==
nullptr) {
51 output <<
A.vertex->index();
53 output <<
" value " <<
A.value;
Includes declaration of graph class.
Class for the representation of nodes.
Data structure for representing nodes and an int value (needed for class ogdf/list) to perform bucket...
void set_Node(node v, int a)
friend std::istream & operator>>(std::istream &input, Node &A)
friend std::ostream & operator<<(std::ostream &output, const Node &A)
friend int value(const Node &A)
The namespace for all OGDF objects.