Top
Back: makeGraph
Forward: moduliSpace
FastBack: tasks_lib
FastForward: symodstd_lib
Up: schubert_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.23.23 printGraph

Procedure from library schubert.lib (see schubert_lib).

Usage:
printGraph(G); G graph

Assume:
G is a graph.

Theory:
This is the print function used by Singular to print a graph.

Example:
 
LIB "schubert.lib";
ring r = 0,x,dp;
graph G = makeGraph(list(list(0,1,list(0,1,2)),list(1,1,list(1,0,2))),
list(list(0,1,2)));
G;
==> A graph with 2 vertices and 1 edges
==> 


Top Back: makeGraph Forward: moduliSpace FastBack: tasks_lib FastForward: symodstd_lib Up: schubert_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-7, Aug 2013, generated by texi2html.