README 1014 B

12345678910111213141516171819202122232425262728293031
  1. GRAPHLET
  2. The Graphlet System is a toolkit for graph editors and graph
  3. (layout) algorithms. Graphlet consists of three major components:
  4. - The graphscript interpreter.
  5. Graphscript is a programming language for graphs that is based
  6. on Tcl/Tk and LEDA. Graphscript provides all operations that are
  7. neccessary to manipulate and display graphs, and supports the GML
  8. file format.
  9. - The graphlet graph editor
  10. The graphlet editor is the heart of the Graphlet system, and is
  11. implemented in Graphscript. The editor is highly customizable, and
  12. can be extended in Graphscript.
  13. - Graph layout algorithms
  14. Graphlet comes with a set of layout algorithms, several algorithms
  15. for spring embedders, directed acyclic graphs and trees.
  16. Graphlet has been ported to Solaris, SunOS, Linux and Windows
  17. 95/NT platforms, and is available free of charge for
  18. non-commercial applications from
  19. http://www.fmi.uni-passau.de/Graphlet
  20. Please send all inquiries to graphlet@fmi.uni-passau.de.
  21. Michael Himsolt