次のコードを使用してノードの色を変更しようとしていますが、セグメンテーション エラーが発生します。
最新の OGDF スナップショットを使用しています。
Graph G;
GraphAttributes GA(G, GraphAttributes::nodeGraphics |
GraphAttributes::edgeGraphics );
node left = G.newNode();
GA.strokeColor (left) = Color("red");