All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
GML graphical printing Detailed Description
Function Documentation
writes a node section to the given graph file
Definition at line 102 of file misc.c. References GMLFONTSIZE, GMLNODEBORDERCOLOR, GMLNODEFILLCOLOR, GMLNODEHEIGTH, GMLNODETYPE, GMLNODEWIDTH, and NULL. Referenced by btPrintSubtree(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes a node section including weight to the given graph file
Definition at line 150 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 200 of file misc.c. References GMLEDGECOLOR, GMLFONTSIZE, and NULL.
writes an arc section to the given graph file
Definition at line 244 of file misc.c. References GMLEDGECOLOR, GMLFONTSIZE, and NULL. Referenced by btPrintSubtree(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes the starting line to a GML graph file, does not open a file
Definition at line 288 of file misc.c. References NULL. Referenced by SCIPbtPrintGml(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph().
writes the ending lines to a GML graph file, does not close a file
Definition at line 304 of file misc.c. References NULL. Referenced by SCIPbtPrintGml(), SCIPdigraphPrintGml(), SCIPnodePrintAncestorBranchings(), SCIPvisualizeConsCumulative(), and SCIPwriteCliqueGraph(). |