-
- /* Output file. */
- fgraph = xfopen (spec_graph_file, "w");
-
- new_graph (&static_graph);
-
-#if 0
- static_graph.smanhattan_edges = yes;
- static_graph.manhattan_edges = yes;
-#endif
-
- static_graph.display_edge_labels = yes;
- static_graph.layoutalgorithm = normal;
-
- static_graph.port_sharing = no;
- static_graph.finetuning = yes;
- static_graph.priority_phase = yes;
- static_graph.splines = yes;
-
- static_graph.crossing_weight = median;
-
- /* Output graph options. */
- open_graph (fgraph);
- output_graph (&static_graph, fgraph);