GML graphical printing Detailed Description
Function Documentation
writes a node section to the given graph file
Definition at line 295 of file misc.c. References GMLFONTSIZE, GMLNODEBORDERCOLOR, GMLNODEFILLCOLOR, GMLNODEHEIGTH, GMLNODETYPE, GMLNODEWIDTH, and NULL. Referenced by btPrintSubtree(), SCIP_DECL_CONSINITPRE(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes a node section including weight to the given graph file
Definition at line 343 of file misc.c. References GMLFONTSIZE, GMLNODEBORDERCOLOR, GMLNODEFILLCOLOR, GMLNODEHEIGTH, GMLNODETYPE, GMLNODEWIDTH, and NULL. Referenced by SCIPwriteCliqueGraph().
writes an edge section to the given graph file
Definition at line 393 of file misc.c. References GMLEDGECOLOR, GMLFONTSIZE, and NULL.
writes an arc section to the given graph file
Definition at line 437 of file misc.c. References GMLEDGECOLOR, GMLFONTSIZE, and NULL. Referenced by btPrintSubtree(), SCIP_DECL_CONSINITPRE(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes the starting line to a GML graph file, does not open a file
Definition at line 481 of file misc.c. References NULL. Referenced by SCIP_DECL_CONSINITPRE(), SCIPbtPrintGml(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes the ending lines to a GML graph file, does not close a file
Definition at line 497 of file misc.c. References NULL. Referenced by SCIP_DECL_CONSINITPRE(), SCIPbtPrintGml(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph(). |