Questions tagged [ogdf]

OGDF is a self-contained C++ class library for the automatic layout of diagrams.

OGDF stands both for Open Graph Drawing Framework (the original name) and Open Graph algorithms and Data structures Framework.

OGDF is a self-contained C++ library for graph algorithms, in particular for (but not restricted to) automatic graph drawing. It offers sophisticated algorithms and data structures to use within your own applications or scientific projects.

The library is available under the GNU General Public License.

https://ogdf.uos.de/

16 questions
0
votes
0 answers

How to successfully run a c++ file that uses ogdf libraries (Dogwood version)?

OGDF is a self-contained C++ library for graph algorithms, in particular for (but not restricted to) automatic graph drawing. The latest version of ogdf is called Dogwood (February 2, 2022). RELEASE ARCHIVE OF…
licheng
  • 115
  • 5
1
2