Open Graph Drawing Framework
current version:
v.2007.11 (Bubinga)
   
 

FAQs

What is OGDF?

The Open Graph Drawing Framework (OGDF) is an open-source C++ library offering data-structures and algorithms specifically tuned for, but not restricted to, graph drawing applications. It is not a program which can be directly used to draw graphs (see Gryphon for such an application), but an algorithmic layer to be used within such other programs.

What does OGDF require? Leda?

OGDF compiles under Linux, MacOS and Windows, with current GCC and Microsoft compilers. The library itself is self-contained, i.e., it does not require any other libraries such as Leda.
Optionally, OGDF can be compiled against Osi Coin to enable additional algorithms which require an (I)LP solver.

Is there a roadmap for new features, releases,...?

Currently, there is no fixed roadmap. The development of OGDF is strongly based on our current research interests and projects.

What is the release schedule of OGDF?

We do not follow a regular schedule, and new release will come whenever we feel that OGDF has changed or grown enough to qualify for a new release. When bugs pop up, we will publish hotfixes for the current release.

What is OGDF's versioning scheme?

Each release version has a codename and a version number YYYY.MM, whereby YYYY gives the year and MM the month of the release date. Subsequent bugfixes of a release are denoted by a single letter (increasingly) appended to the release’s version number.

Where can I learn how to use OGDF?

You can start with looking at code samples at our How-Tos. Our page also offers overviews for the basic data structures and the graph classes provided by OGDF. For further details you can always consult our full reference documentation of OGDF, and visit our Forum.

 
ogdf/faq.txt · Last modified: 22:22 22.11.2007 by mch
This page is driven by DokuWiki