Tulip 3.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tulip 3.0.0 (Default branch)
# 1  
Old 04-10-2008
Tulip 3.0.0 (Default branch)

ImageTulip is a software system dedicated to the visualization of huge graphs. It manages graphs with up to 500,000 elements (node and edges) on a personal computer (PIII 600, 256MB RAM). Its SuperGraph technology architecture provides the following features: 3D visualizations, 3D modifications, plugin support, support for clusters and navigation, automatic graph drawing, automatic clustering of graphs, automatic selection of elements, and automatic coloring of elements according to a metric. License: GNU General Public License (GPL)Changes:
New features include APIs for libraries, an OpenGL rendering engine, a new tlp format, a new interactor mechanism, new 2D glyphs, SVG format support, support for Qt 4.2 or higher (Qt 3 is no longer supported), GUI and mouse interaction improvements, plugins improvements, a new plugin dependencies mechanism, a new plugin libraries naming convention, a new plugins manager tool, many bugfixes, and code refactoring. The user's manual and developer handbook have been rewritten and some tutorials were added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TRED(1) 						      General Commands Manual							   TRED(1)

NAME
       tred - transitive reduction filter for directed graphs

SYNOPSIS
       tred [ files ]

DESCRIPTION
       tred  computes the transitive reduction of directed graphs, and prints the resulting graphs to standard output.	This removes edges implied
       by transitivity.  Nodes and subgraphs are not otherwise affected.  The ``meaning'' and validity of the reduced graphs is application depen-
       dent.  tred is particularly useful as a preprocessor to dot to reduce clutter in dense layouts.

       Undirected graphs are silently ignored.

OPERANDS
       The following operand is supported:

       files   Names of files containing 1 or more graphs in dot format.  If no files operand is specified, the standard input will be used.

BUGS
       Using bitmaps internally would substantially decrease running time.

DIAGNOSTICS
       If a graph has cycles, its transitive reduction is not uniquely defined.  In this case tred emits a warning.

AUTHORS
       Stephen C. North <north@research.att.com>
       Emden R. Gansner <erg@research.att.com>

SEE ALSO
       gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), libgraph(3)

								   21 March 2001							   TRED(1)