GRF_TO_EPS
Convert a GRF file to EPS format


GRF_TO_EPS is a FORTRAN90 program, using double precision arithmetic, which converts a GRF "graph" file (a format used by the Combinatorica program) to a EPS image file.

In other words, it can draw a picture of an abstract graph.

Usage:

grf_to_eps file.grf file.eps
reads the GRF file file.grf and makes an Encapsulated PostScript image file in file.eps.

Related Data and Programs:

EPS is the Encapsulated PostScript format, which is used when an image is to be printed on a PostScript printer, or displayed with programs such as GhostView or GhostScript.

GRF is a data directory which contains a description of the GRF format and some examples.

GRF_IO is a FORTRAN90 library of routines for reading and writing GRF files.

PS_WRITE is a FORTRAN90 library of routines to create PostScript images.

XGED is an X-Window based editor for GRF files.

Reference:

  1. Stephen Skiena,
    Implementing Discrete Mathematics: Combinatorics and Graph Theory in Mathematica,
    Addison Wesley, 1990.
  2. http://www.combinatorica.com/
    the COMBINATORICA web page.
  3. Peter Eades, Ian Fogg, David Kelly,
    SPREMB: A System for Developing Graph Algorithms,
    Congressus Numerantium,
    Volume 66, December 1988.

Source Code:

Examples and Tests:

HEAWOOD is the Heawood graph:

KNIGHTSTOUR is the knight's tour graph:

PETERSEN is the Petersen graph:

TUTTE is the Tutte graph:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 15 November 2006.