Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 438 Bytes

igraph-sugiyama

igraph sugiyama graph layout algorithm in C

to compile:
./autogen.sh
./configure
make
cd src
./sugi

This is the sugiyama graph algrotithm from igraph library in C with brandes and kopf horizontal placement algorithm

This has a initial gtk+ gui

The main.c program does a graph layout as test.

The problem with newer igrph library is that it is turned in c++ source and needs c++ compiler.