This is a update of the GNU LGPL Free graphlet and GTL graph software from University of Passau with a tcl graphical user interface

anton-prof-krausstraat-152-delft 8a3496fffe documentation update 2 years ago
GTL-1.2.4 d8d046f0ac misc 2 years ago
GTL-example 599a663c00 added gt_example code 2 years ago
gmlpeg 5576fe4a33 readme update 2 years ago
graphlet 8a3496fffe documentation update 2 years ago
orig 599a663c00 added gt_example code 2 years ago
.gitignore 2b90326534 Initial commit 2 years ago
LICENSE 2b90326534 Initial commit 2 years ago
README.md d8d046f0ac misc 2 years ago
european-software.png 599a663c00 added gt_example code 2 years ago
gplv3.png f1d00796a1 readme update 2 years ago
graphlet-logo.png 7ab73ac3ee initial 2 years ago
graphlet-screenshot.png 7ab73ac3ee initial 2 years ago
lgplv3.png 7ab73ac3ee initial 2 years ago

README.md

regraphlet

This is a update of the GNU LGPL Free graphlet and GTL graph software from University of Passau with a tcl graphical user interface

screenshot

The graphlet and GTL graph template library is LGPL Free software Copyright (C) 1995 University of Passau

This old C++ software is still usable and very interesting for people interested in graph theory topics
This software is maintained here and not anymore supported by the University of Passau
This software includes the original manuals and documentation as html pages and tex files
This software has a GML graph data format parser in C with documentation and the GML graph data is supported by most Free software projects
In the directory orig are the original unmodified sources

In the directory GTL-1.2.4 is the updated and recompiled Graph Template Library version 1.2.4
In the directory graphlet is the updated and recompiled graplet program with a tcl tk graphical user interface
In the directory gmlpeg is a peg grammar for GML graph language for C and javascript parsers with a html test page

More updates and improvements will be made available at this site

Using the git tags feature there are complete snapshots available

This software can be compiled for windows and mac os-x but only current GNU/Linux is implemented and supported

Implemented graph algorithms are:
constraint Fruchterman Reingold layout algorithm Some user comments are:
Iterative Constraint Spring Embedder
gem spring embedder
kamada spring embedder
reingold pring embedder
sugiyama with priority algorithm
tree layout lgorithm
tunkelang algorithm
radial tree algorithm
extended dag algorithm
the graphed package has many more interesting algorithms

The manuals have a programmers guide to program with it or add other algorithms

GTL is a great library that I've found really useful in my research.  
I found the GTL to be a very well implemented solution for what I  
was trying to do (...) Thank you for a great toolkit: GTL has been  
very helpful to me  

screenshot

The patches done to recompile graphlet are visible using the diff program
with the version in directory orig and here available with the same GNU LGPL

SPDX-License-Identifier: LGPL-3.0-or-later
License-Filename: LICENSE

lgplv3